| sgmmfit-class | R Documentation |
"sgmmfit"Class to store fitted system of equations obtained using the GMM method.
Objects can be created by calls of the form new("sgmmfit", ...).
It is created by gmmFit.
theta:Object of class "list" ~~
convergence:Object of class "list" ~~
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" ~~
signature(x = "sgmmfit"): ...
signature(object = "sgmmfit"): ...
signature(object.u = "missing", object.r = "sgmmfit"): ...
signature(object.u = "sgmmfit", object.r = "missing"): ...
signature(object.u = "sgmmfit", object.r = "sgmmfit"): ...
signature(object = "sgmmfit"): ...
signature(x = "sgmmfit"): ...
signature(object = "sgmmfit"): ...
signature(object = "sgmmfit"): ...
signature(object = "sgmmfit", which = "missing"): ...
signature(object = "sgmmfit"): ...
signature(object = "sgmmfit"): ...
showClass("sgmmfit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.