sgmmfit-class {momentfit} | R Documentation |
Class "sgmmfit"
Description
Class to store fitted system of equations obtained using the GMM method.
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")
: ...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
showClass("sgmmfit")