fauxSim {rSoNIA} | R Documentation |
A network series object generated from an example simulation of Goodreau's statnet "Faux High School" dataset
data(fauxSim)
object is a network.series
, for documentation of variables see
the statnet fauxhigh
dataset.
10 steps of an evolving network created using the simulate.ergm command
This data set represents a simulation of an in-school friendship
network, based upon a model fit to data from one school community
from the AddHealth Study, Wave I (Resnick et al., 1997). Pseudo evolving
network was created with
fauxSim <- simulate(fauxModel,nsim=10,interval=1000)
where fauxModel
is the model specified in fauxhigh
statnet
data(fauxSim) ## maybe str(fauxSim) ; plot(fauxSim) ...