simulateStatistics {ernm} | R Documentation |
simulate statistics
Description
simulate statistics
Usage
simulateStatistics(
formula,
theta,
nodeSamplingPercentage = 0.2,
mcmcBurnIn = 10000,
mcmcInterval = 100,
mcmcSampleSize = 100,
ignoreMnar = TRUE,
modelArgs = list(modelClass = "Model"),
...
)
Arguments
formula |
the model formula |
theta |
model parameters |
nodeSamplingPercentage |
how often the nodes should be toggled |
mcmcBurnIn |
burn in |
mcmcInterval |
interval |
mcmcSampleSize |
sample size |
ignoreMnar |
ignore missing not at random offsets |
modelArgs |
additiional arguments for the model, e.g. tapering parameters |
... |
additional arguments to createCppSampler |
Value
a list of statistics
[Package ernm version 1.0.1 Index]