rnonlinearGmm-class {gmm4} | R Documentation |
"rnonlinearGmm"
It is a nonlinearGmm
class with linear or nonlinear restrictions
imposed on the coefficients
Objects can be created by calls of the form new("rnonlinearGmm",
...)
. But the restGmmModel
method is the constructor.
R
:Object of class "list"
~~
cstSpec
:Object of class "list"
~~
modelF
:Object of class "data.frame"
~~
instF
:Object of class "data.frame"
~~
vcov
:Object of class "character"
~~
theta0
:Object of class "numeric"
~~
n
:Object of class "integer"
~~
q
:Object of class "integer"
~~
k
:Object of class "integer"
~~
parNames
:Object of class "character"
~~
momNames
:Object of class "character"
~~
fRHS
:Object of class "expression"
~~
fLHS
:Object of class "expressionORNULL"
~~
vcovOptions
:Object of class "list"
~~
centeredVcov
:Object of class "logical"
~~
varNames
:Object of class "character"
~~
isEndo
:Object of class "logical"
~~
omit
:Object of class "integer"
~~
survOptions
:Object of class "list"
~~
Class "nonlinearGmm"
, directly.
Class "regGmm"
, by class "nonlinearGmm", distance 2.
Class "allNLGmm"
, by class "nonlinearGmm", distance 2.
Class "gmmModels"
, by class "nonlinearGmm", distance 2.
signature(object = "rnonlinearGmm")
: ...
signature(object = "rnonlinearGmm")
: ...
signature(object = "rnonlinearGmm")
: ...
signature(object = "rnonlinearGmm")
: ...
signature(x = "rnonlinearGmm")
: ...
signature(object = "rnonlinearGmm")
: ...
signature(object = "rnonlinearGmm", wObj = "gmmWeights")
: ...
showClass("rnonlinearGmm")