simulateStatistics | R Documentation |
simulate statistics
simulateStatistics(
formula,
theta,
nodeSamplingPercentage = 0.2,
mcmcBurnIn = 10000,
mcmcInterval = 100,
mcmcSampleSize = 100,
ignoreMnar = TRUE,
modelArgs = list(modelClass = "Model"),
...
)
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 |
a list of statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.