tsls-class {momentfit}R Documentation

Class "tsls"

Description

Class that contains a fitted model using two-stage least squares

Objects from the Class

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

Slots

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.

Examples

showClass("tsls")

[Package momentfit version 0.5 Index]