kclassfit-class | R Documentation |
"kclassfit"
This is the object that stores the estimation result from the K-Class estimation method. The class includes the Limited Information Maximum Likelihood (LIML) and its modified version proposed by Fuller (1977).
Objects can be created by calls of the form new("kclassfit", ...)
.
It is created by the kclassfit
function.
kappa
:Object of class "numeric"
~~
method
:Object of class "character"
~~
origModel
:Object of class "linearModel"
~~
theta
:Object of class "numeric"
~~
convergence
:Object of class "numericORNULL"
~~
convIter
:Object of class "numericORNULL"
~~
call
:Object of class "callORNULL"
~~
type
:Object of class "character"
~~
wObj
:Object of class "momentWeights"
~~
niter
:Object of class "integer"
~~
efficientGmm
:Object of class "logical"
~~
model
:Object of class "momentModel"
~~
Class "gmmfit"
, directly.
signature(x = "kclassfit")
: ...
signature(object = "kclassfit")
: ...
signature(object = "kclassfit", which = "missing")
: ...
signature(object = "kclassfit")
: ...
showClass("kclassfit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.