Learn R Programming

momentfit (version 1.0)

kclassfit-class: 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).

Arguments

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

Run this code
showClass("kclassfit")

Run the code above in your browser using DataLab