Description Objects from the Class Slots Methods See Also Examples
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"
..
1 | showClass("gmmfit")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.