functionModel-class: Class '"functionModel"'

functionModel-classR Documentation

Class "functionModel"

Description

Class for moment-based models for which moment conditions are defined using a function.

Objects from the Class

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

Slots

X:

Object of class "ANY" ~~

fct:

Object of class "function" ~~

dfct:

Object of class "functionORNULL" ~~

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

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

sSpec:

Object of class "sSpec" ~~

smooth:

Object of class "logical" ~~

Extends

Class "allNLModel", directly. Class "momentModel", directly.

Methods

[

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

evalDMoment

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

evalMoment

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

modelDims

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

momentStrength

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

restModel

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

subset

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

Examples

showClass("functionModel")

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