kclassfit-class: Class '"kclassfit"'

kclassfit-classR Documentation

Class "kclassfit"

Description

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 from the Class

Objects can be created by calls of the form new("kclassfit", ...). It is created by the kclassfit function.

Slots

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" ~~

Extends

Class "gmmfit", directly.

Methods

print

signature(x = "kclassfit"): ...

show

signature(object = "kclassfit"): ...

specTest

signature(object = "kclassfit", which = "missing"): ...

summary

signature(object = "kclassfit"): ...

Examples

showClass("kclassfit")

momentfit documentation built on June 26, 2024, 3 p.m.