"slinearModel"
A class for systems of linear equations.
Objects can be created by calls of the form new("slinearModel", ...)
.
It is created by momentModel
.
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"
~~
Class "sysModel"
, directly.
signature(x = "slinearModel", i = "numeric", j = "missing")
: ...
signature(x = "slinearModel", y = "linearModel")
: ...
signature(object = "slinearModel")
: ...
signature(object = "slinearModel")
: ...
signature(object = "slinearModel")
: ...
signature(object = "slinearModel")
: ...
signature(object = "slinearModel", wObj = "sysMomentWeights")
: ...
signature(model = "slinearModel")
: ...
signature(model = "slinearModel")
: ...