View source: R/net.mod.simnet.R
simulate_dat | R Documentation |
This function simulates a dynamic network over one or multiple
time steps for TERGMs or one or multiple cross-sectional network
panels for ERGMs, for use in netsim
modeling.
Network statistics are also extracted and saved if
save.nwstats == TRUE
and
resimulate.network == FALSE
.
simulate_dat(dat, at, network = 1L, nsteps = 1L)
dat |
Main |
at |
Current time step. |
network |
index of the network to simulate |
nsteps |
number of time steps to simulate |
The updated netsim_dat
main list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.