rslinearGmm-class {gmm4}R Documentation

Class "rslinearGmm"

Description

A class for systems of linear equations with restrictions on the coefficients.

Objects from the Class

Objects can be created by calls of the form new("rslinearGmm", ...). The constructor is restGmmModel.

Slots

cstLHS:

Object of class "matrix" ~~

cstRHS:

Object of class "numeric" ~~

cstSpec:

Object of class "list" ~~

modelT:

Object of class "list" ~~

instT:

Object of class "list" ~~

data:

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

momNames:

Object of class "list" ~~

eqnNames:

Object of class "character" ~~

vcovOptions:

Object of class "list" ~~

centeredVcov:

Object of class "logical" ~~

sameMom:

Object of class "logical" ~~

SUR:

Object of class "logical" ~~

varNames:

Object of class "list" ~~

isEndo:

Object of class "list" ~~

survOptions:

Object of class "list" ~~

Extends

Class "slinearGmm", directly. Class "rsysGmmModels", directly. Class "sysGmmModels", by class "slinearGmm", distance 2.

Methods

getRestrict

signature(object = "rslinearGmm"): ...

print

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

printRestrict

signature(object = "rslinearGmm"): ...

Examples

showClass("rslinearGmm")

[Package gmm4 version 0.0-2 Index]