gmmfit-class {gmm4} | R Documentation |
"gmmfit"
The main object that contains all information about the GMM fit.
Objects can be created by calls of the form new("gmmfit", ...)
.
theta
:Object of class "numeric"
~~
convergence
:Object of class "numericORNULL"
~~
convIter
:Object of class "numericORNULL"
~~
call
:Object of class "call"
~~
type
:Object of class "character"
~~
wObj
:Object of class "gmmWeights"
~~
niter
:Object of class "integer"
~~
efficientGmm
:Object of class "logical"
~~
model
:Object of class "gmmModels"
~~
signature(x = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(x = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
signature(object = "gmmfit")
: ...
modelFit
, tsls
, and gmm4
to fit
a model with GMM and then create an object of class "gmmfit"
..
showClass("gmmfit")