Learn R Programming

momentfit (version 0.5)

sgmmfit-class: Class "sgmmfit"

Description

Class to store fitted system of equations obtained using the GMM method.

Arguments

Objects from the Class

Objects can be created by calls of the form new("sgmmfit", ...). It is created by gmmFit.

Slots

theta:

Object of class "list" ~~

convergence:

Object of class "numericORNULL" ~~

convIter:

Object of class "numericORNULL" ~~

call:

Object of class "callORNULL" ~~

type:

Object of class "character" ~~

wObj:

Object of class "sysMomentWeights" ~~

niter:

Object of class "integer" ~~

efficientGmm:

Object of class "logical" ~~

model:

Object of class "sysModel" ~~

Methods

bread

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

coef

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

hypothesisTest

signature(object.u = "missing", object.r = "sgmmfit"): ...

hypothesisTest

signature(object.u = "sgmmfit", object.r = "missing"): ...

hypothesisTest

signature(object.u = "sgmmfit", object.r = "sgmmfit"): ...

meatGmm

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

print

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

residuals

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

show

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

specTest

signature(object = "sgmmfit", which = "missing"): ...

summary

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

vcov

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

Examples

Run this code
showClass("sgmmfit")

Run the code above in your browser using DataLab