get_eta_undirected {wdnet} | R Documentation |
Compute edge-level distribution for undirected networks with respect to desired assortativity level.
Description
Compute edge-level distribution for undirected networks with respect to desired assortativity level.
Usage
get_eta_undirected(
edgelist,
target.assortcoef = NULL,
eta.obj = function(x) 0,
control = cvxr_control()
)
Arguments
edgelist |
A two column matrix representing the undirected edges of a network. |
target.assortcoef |
Numeric, represents the predetermined assortativity
coefficient. If |
eta.obj |
A convex function of |
control |
A list of parameters passed to |
Value
Assortativity level and corresponding edge-level distribution.
[Package wdnet version 1.2.3 Index]