slinearModel-class: Class '"slinearModel"'

slinearModel-classR Documentation

Class "slinearModel"

Description

A class for systems of linear equations.

Objects from the Class

Objects can be created by calls of the form new("slinearModel", ...). It is created by momentModel.

Slots

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

omit:

Object of class "integer" ~~

survOptions:

Object of class "list" ~~

sSpec:

Object of class "sSpec" ~~

smooth:

Object of class "logical" ~~

Extends

Class "sysModel", directly.

Methods

[

signature(x = "slinearModel", i = "numeric", j = "missing"): ...

merge

signature(x = "slinearModel", y = "linearModel"): ...

model.matrix

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

modelDims

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

modelResponse

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

restModel

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

solveGmm

signature(object = "slinearModel", wObj = "sysMomentWeights"): ...

ThreeSLS

signature(model = "slinearModel"): ...

tsls

signature(model = "slinearModel"): ...

Examples

showClass("slinearModel")

momentfit documentation built on Sept. 20, 2023, 3:01 a.m.