gelfit-class {gmm4} | R Documentation |
"gelfit"
The main object that contains all information about the GEL fit.
Objects can be created by calls of the form new("gelfit", ...)
but can be created with modelFit
.
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"
~~
showClass("gelfit")