linearGmm-class {gmm4} | R Documentation |
"linearGmm"
GMM model class characterized by a linar regression and a set of instruments.
Objects can be created by calls of the form new("linearGmm", ...)
.
It is however, recommended to use the constructor gmmModel
.
modelF
:Object of class "data.frame"
~~
instF
:Object of class "data.frame"
~~
vcov
:Object of class "character"
~~
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"
~~
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 "regGmm"
, directly.
Class "gmmModels"
, directly.
signature(object = "linearGmm")
: ...
showClass("linearGmm")