rlinearGel-class: Class '"rlinearGel"'

Description Objects from the Class Slots Extends Examples

Description

Restricted GEL model class characterized by a linear regression and a set of instruments.

Objects from the Class

Objects can be created by calls of the form new("rlinearGel", ...). It is however, recommended to use the restModel method.

Slots

cstLHS:

Object of class "matrix" ~~

cstRHS:

Object of class "numeric" ~~

cstSpec:

Object of class "list" ~~

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" ~~

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" ~~

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 "linearGel", directly. Class "rgelModels", directly. Class "linearGmm", by class "linearGel", distance 2. Class "gelModels", by class "linearGel", distance 2. Class "regGmm", by class "linearGel", distance 3. Class "gmmModels", by class "linearGel", distance 3.

Examples

1
showClass("rlinearGel")

gmm4 documentation built on Dec. 6, 2019, 3:01 a.m.