stsls-class {momentfit} | R Documentation |
Class "stsls"
Description
A class to store a fitted system of equations obtained using the two-stage least squares method.
Objects from the Class
Objects can be created by calls of the form new("stsls", ...)
.
It is created my tsls-methods
.
Slots
theta
:Object of class
"list"
~~convergence
:Object of class
"numericORNULL"
~~convIter
:Object of class
"numericORNULL"
~~call
:Object of class
"callORNULL"
~~type
:Object of class
"character"
~~wObj
:Object of class
"sysMomentWeights"
~~niter
:Object of class
"integer"
~~efficientGmm
:Object of class
"logical"
~~model
:Object of class
"sysModel"
~~
Extends
Class "sgmmfit"
, directly.
Methods
No methods defined with class "stsls" in the signature.
Examples
showClass("stsls")
[Package momentfit version 0.5 Index]