"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 "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"
~~
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")
: ...