gmmfit-class: Class '"gmmfit"'

Description Objects from the Class Slots Methods See Also Examples

Description

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

Objects from the Class

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

Slots

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" ~~

Methods

bread

signature(x = "gmmfit"): ...

coef

signature(object = "gmmfit"): ...

meatGmm

signature(object = "gmmfit"): ...

print

signature(x = "gmmfit"): ...

residuals

signature(object = "gmmfit"): ...

show

signature(object = "gmmfit"): ...

specTest

signature(object = "gmmfit"): ...

summary

signature(object = "gmmfit"): ...

update

signature(object = "gmmfit"): ...

vcov

signature(object = "gmmfit"): ...

See Also

modelFit, tsls, and gmm4 to fit a model with GMM and then create an object of class "gmmfit"..

Examples

1
showClass("gmmfit")

gmm4 documentation built on Dec. 6, 2019, 3:01 a.m.