simulate statistics
simulateStatistics(
formula,
theta,
nodeSamplingPercentage = 0.2,
mcmcBurnIn = 10000,
mcmcInterval = 100,
mcmcSampleSize = 100,
ignoreMnar = TRUE,
modelArgs = list(modelClass = "Model"),
...
)
a list of statistics
the model formula
model parameters
how often the nodes should be toggled
burn in
interval
sample size
ignore missing not at random offsets
additiional arguments for the model, e.g. tapering parameters
additional arguments to createCppSampler