createCppModel: creates a model

View source: R/ernm.R

createCppModelR 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


ernm documentation built on April 11, 2025, 5:43 p.m.