control.simulate.ergm.ego {ergm.ego} | R Documentation |
Control parameters for simulate.ergm.ego
.
Description
Constructs and checks the list of control parameters for simulation by
simulate.ergm.ego
.
Usage
control.simulate.ergm.ego(
ppop.wt = c("round", "sample"),
SAN = control.san(),
simulate = control.simulate(),
...
)
Arguments
ppop.wt |
Because each ego must be represented in the pseuodopopulation
network an integral number of times, if the sample is weighted (or the
target
|
SAN |
A list of control parameters for |
simulate |
A list of control parameters for
|
... |
Not used at this time. |
Value
A list with arguments as components.
Author(s)
Pavel N. Krivitsky
See Also
control.simulate, control.san