formulaModel-class {momentfit} | R Documentation |
Class "formulaModel"
Description
Class for moment-based models for which moments are expressed using formulas.
Objects from the Class
Objects can be created by calls of the form new("formulaModel", ...)
.
It is generated my momentModel
.
Slots
modelF
: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
"list"
~~fLHS
:Object of class
"list"
~~vcovOptions
:Object of class
"list"
~~centeredVcov
:Object of class
"logical"
~~varNames
:Object of class
"character"
~~isEndo
:Object of class
"logical"
~~isMDE
:Object of class
"logical"
~~omit
:Object of class
"integer"
~~survOptions
:Object of class
"list"
~~sSpec
:Object of class
"sSpec"
~~smooth
:Object of class
"logical"
~~
Extends
Class "allNLModel"
, directly.
Class "momentModel"
, directly.
Methods
- [
signature(x = "formulaModel", i = "numeric", j = "missing")
: ...- evalDMoment
signature(object = "formulaModel")
: ...- evalMoment
signature(object = "formulaModel")
: ...- gmmFit
signature(model = "formulaModel")
: ...- modelDims
signature(object = "formulaModel")
: ...- momentStrength
signature(object = "formulaModel")
: ...- restModel
signature(object = "formulaModel")
: ...- subset
signature(x = "formulaModel")
: ...
Examples
showClass("formulaModel")