rslinearModel-class {momentfit} | R Documentation |
Class "rslinearModel"
Description
A class for restricted system of linear equations.
Objects from the Class
Objects can be created by calls of the form new("rslinearModel",
...)
.
It is created by restModel-methods
.
Slots
cstLHS
:Object of class
"matrix"
~~cstRHS
:Object of class
"numeric"
~~cstSpec
:Object of class
"list"
~~modelT
:Object of class
"list"
~~instT
:Object of class
"list"
~~data
: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
"list"
~~momNames
:Object of class
"list"
~~eqnNames
:Object of class
"character"
~~vcovOptions
:Object of class
"list"
~~centeredVcov
:Object of class
"logical"
~~sameMom
:Object of class
"logical"
~~SUR
:Object of class
"logical"
~~varNames
:Object of class
"list"
~~isEndo
:Object of class
"list"
~~omit
:Object of class
"integer"
~~survOptions
:Object of class
"list"
~~sSpec
:Object of class
"sSpec"
~~smooth
:Object of class
"logical"
~~
Extends
Class "slinearModel"
, directly.
Class "rsysModel"
, directly.
Class "sysModel"
, by class "slinearModel", distance 2.
Methods
- [
signature(x = "rslinearModel", i = "numeric", j = "missing")
: ...- coef
signature(object = "rslinearModel")
: ...- evalDMoment
signature(object = "rslinearModel")
: ...- evalMoment
signature(object = "rslinearModel")
: ...- evalWeights
signature(object = "rslinearModel")
: ...- getRestrict
signature(object = "rslinearModel")
: ...- gmmFit
signature(model = "rslinearModel")
: ...- model.matrix
signature(object = "rslinearModel")
: ...- modelDims
signature(object = "rslinearModel")
: ...- modelResponse
signature(object = "rslinearModel")
: ...signature(x = "rslinearModel")
: ...- printRestrict
signature(object = "rslinearModel")
: ...- residuals
signature(object = "rslinearModel")
: ...- solveGmm
signature(object = "rslinearModel", wObj = "sysMomentWeights")
: ...- ThreeSLS
signature(model = "rslinearModel")
: ...
Examples
showClass("rslinearModel")