simulate.bigergm {bigergm} | R Documentation |
Simulate networks under Exponential Random Graph Models (ERGMs) under local dependence
Description
This function simulates networks under the Exponential Random Graph Model (ERGM)
with local dependence with all parameters set according to the estimated model (object
).
See simulate_bigergm
for details of the simulation process
Usage
## S3 method for class 'bigergm'
simulate(
object,
nsim = 1,
seed = NULL,
...,
output = "network",
control_within = ergm::control.simulate.formula(),
verbose = 0
)
Arguments
object |
an object of class |
nsim |
number of networks to be randomly drawn from the given distribution on the set of all networks. |
seed |
seed value (integer) for network simulation. |
... |
Additional arguments, passed to |
output |
Normally character, one of "network" (default), "stats", "edgelist", to determine the output of the function. |
control_within |
|
verbose |
If this is TRUE/1, the program will print out additional information about the progress of simulation. |
Value
Simulated networks, the output form depends on the parameter output
(default is a list of networks).