gelfit-class {gmm4}R Documentation

Class "gelfit"

Description

The main object that contains all information about the GEL fit.

Objects from the Class

Objects can be created by calls of the form new("gelfit", ...) but can be created with modelFit.

Slots

theta:

Object of class "numeric" ~~

convergence:

Object of class "numeric" ~~

lambda:

Object of class "numeric" ~~

lconvergence:

Object of class "numeric" ~~

call:

Object of class "call" ~~

type:

Object of class "character" ~~

vcov:

Object of class "list" ~~

model:

Object of class "gelModels" ~~

See Also

modelFit

Examples

showClass("gelfit")

[Package gmm4 version 0.0-2 Index]