createCppModel: creates a model
Description
creates a model
Usage
createCppModel(
formula,
ignoreMnar = TRUE,
cloneNet = TRUE,
theta = NULL,
modelArgs = list(modelClass = "Model")
)
Arguments
- 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