igraph::sample_gnm
to Generate Random Graph Object According to the G(n,m) Erdos-Renyi ModelCall igraph::sample_gnm
and convert the output to simcausal
network matrix.
The parameter m
of igraph::sample_gnm
is derived from n
and m_pn
as as.integer(m_pn*n)
rnet.gnm(n, m_pn)
A matrix with n rows, each row lists the indices of friends connected to that particular observation.
Size of the network graph (number of nodes).
The total number of edges as a fraction of the sample size n
.
rnet.gnp