Learn R Programming

arf3DS4 (version 2.5-4)

model-class: arf3DS4 "model" class

Description

The arf3DS4 model class contains all information on a (fitted) model. It extends the "data" class directly, since it uses the files specified there to fit the model. The "model" class contains information on file locations and filenames. More importantly it contains information on the fitted model: parameter estimates, parameter (co)variance matrix, statistical test information, fit indices, convergence information, warnings, etc.

Arguments

Objects

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

Extends

Class data, directly.

See Also

data, options, wald

Examples

Run this code
showClass("model")

Run the code above in your browser using DataLab