nonlinearGel-class {gmm4}R Documentation

Class "nonlinearGel"

Description

GEL model class for nonlinear regression models and instruments.

Objects from the Class

Objects can be created by calls of the form new("nonlinearGel", ...). It is however, recommended to use the constructor gelModel.

Slots

wSpec:

Object of class "list" ~~

gelType:

Object of class "list" ~~

modelF:

Object of class "data.frame" ~~

instF:

Object of class "data.frame" ~~

vcov:

Object of class "character" ~~

theta0:

Object of class "numeric" ~~

n:

Object of class "integer" ~~

q:

Object of class "integer" ~~

k:

Object of class "integer" ~~

parNames:

Object of class "character" ~~

momNames:

Object of class "character" ~~

fRHS:

Object of class "expression" ~~

fLHS:

Object of class "expressionORNULL" ~~

vcovOptions:

Object of class "list" ~~

centeredVcov:

Object of class "logical" ~~

varNames:

Object of class "character" ~~

isEndo:

Object of class "logical" ~~

omit:

Object of class "integer" ~~

survOptions:

Object of class "list" ~~

Extends

Class "nonlinearGmm", directly. Class "gelModels", directly. Class "regGmm", by class "nonlinearGmm", distance 2. Class "allNLGmm", by class "nonlinearGmm", distance 2. Class "gmmModels", by class "nonlinearGmm", distance 2

Examples

showClass("nonlinearGel")

[Package gmm4 version 0.2-0 Index]