createCppModel | R Documentation |
creates a model
createCppModel(
formula,
ignoreMnar = TRUE,
cloneNet = TRUE,
theta = NULL,
modelArgs = list(modelClass = "Model")
)
formula |
the model formula |
ignoreMnar |
ignore missing not at random offsets |
cloneNet |
should the network be cloned |
theta |
the model parameters. |
modelArgs |
additiional arguments for the model, e.g. tapering parameters |
a Model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.