Learn R Programming

TIMP (version 1.5)

initModel: Defines the model to be used in analysis.

Description

Allows definition of a model of class "dat" to be used in analysis. The arguments specify the model.

Usage

initModel(...)

Arguments

...
specify the model class via the character string e.g., kin-class or spec and any of the slots associated with that model type (which is a subclass

Value

  • an object of class dat with the sub-class given by the value of the mod_type input.

Details

For examples, see the help files for dat-class and fitModel

See Also

dat-class, kin-class, spec-class, fitModel