createCppModel {ernm} | R Documentation |
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 |
Value
a Model object
[Package ernm version 1.0.1 Index]