Learn R Programming

ernm (version 1.0.0)

createCppModel: creates a model

Description

creates a model

Usage

createCppModel(
  formula,
  ignoreMnar = TRUE,
  cloneNet = TRUE,
  theta = NULL,
  modelArgs = list(modelClass = "Model")
)

Value

a Model object

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