Learn R Programming

momentfit (version 0.5)

tsls-class: Class "tsls"

Description

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

Arguments

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

Run this code
showClass("tsls")

Run the code above in your browser using DataLab