rlinearGmm-class {gmm4}R Documentation

Class "rlinearGmm"

Description

It is a linearGmm class with linear restrictions imposed on the coefficients

Objects from the Class

Objects can be created by calls of the form new("rlinearGmm", ...). But the restModel method is the constructor.

Slots

cstLHS:

Object of class "matrix" ~~

cstRHS:

Object of class "numeric" ~~

cstSpec:

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

Methods

print

signature(x = "rlinearGmm"): ...

Examples

showClass("rlinearGmm")

[Package gmm4 version 0.2-0 Index]