Returns a one-row-per-edge data.frame with node labels, for any
netobject / cograph_network (or a gvar_result constituent).
Arguments
- model
A
netobjectorcograph_network. Multi-network results (agvar_result,net_mlvar, or anynetobject_group) hold more than one network, so pass a single constituent — e.g.extract_edges(as_netobject(x)$temporal).- sort_by
Either
"weight"(descending by absolute weight) orNULL.- include_self
Keep autoregressive self-loops? Default
FALSE.