rnet.gnm {simcausal} | R Documentation |
Call igraph::sample_gnm
to Generate Random Graph Object According to the G(n,m) Erdos-Renyi Model
Description
Call 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)
Usage
rnet.gnm(n, m_pn)
Arguments
n |
Size of the network graph (number of nodes). |
m_pn |
The total number of edges as a fraction of the sample size |
Value
A matrix with n rows, each row lists the indices of friends connected to that particular observation.
See Also
[Package simcausal version 0.5.6 Index]