tsls-class {gmm4}R Documentation

Class "tsls"

Description

An object that contains a two-stage least squares fit to a linear model.

Objects from the Class

Objects can be created using the tsls method.

Slots

theta:

Object of class "numeric" ~~

convergence:

Object of class "numericORNULL" ~~

convIter:

Object of class "numericORNULL" ~~

call:

Object of class "call" ~~

type:

Object of class "character" ~~

wObj:

Object of class "gmmWeights" ~~

niter:

Object of class "integer" ~~

efficientGmm:

Object of class "logical" ~~

model:

Object of class "gmmModels" ~~

Extends

Class "gmmfit", directly.

Methods

No methods defined with class "tsls" in the signature.

Examples

showClass("tsls")

[Package gmm4 version 0.0-2 Index]