Learn R Programming

TIMP (version 1.5)

amp-class: Class "amp" for diagonal matrix model specification.

Description

amp is the class for diagonal matrix model specification; such models are internally initialized when a tri-linear-type model is fit to the data via passing the argument opt to fitModel as an object of class opt in which the slot trilinear has the value TRUE. All objects of class amp are sub-classes of class dat; see documentation for dat for a description of these slots.

Arguments

Objects from the Class

Objects can be created by calls of the form new("amp", ...) or amp(...).

Extends

Class kin-class, directly.

Details

See kin-class for an example of the initialization of a kin object via the initModel function.

See Also

kin-class, spec-class, opt-class