You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of data with "weights" and/or ERGMs for valued ties it would be nice to be able do use mixingmatrix() to get some summaries of the tie values instead of tie counts. For example:
optional edge_attr argument expecting the name of edge attribute to be summarised, defaults to NULL, i.e. count ties.
optional argument fun expecting a function aggregating the tie values, defaults to sum
In the context of data with "weights" and/or ERGMs for valued ties it would be nice to be able do use
mixingmatrix()
to get some summaries of the tie values instead of tie counts. For example:edge_attr
argument expecting the name of edge attribute to be summarised, defaults toNULL
, i.e. count ties.fun
expecting a function aggregating the tie values, defaults tosum
leading to expressions such as:
Thoughts? Opinions? @krivit @CarterButts ?
The text was updated successfully, but these errors were encountered: