rfunctionModel-class {momentfit} | R Documentation |
Class "rfunctionModel"
Description
A restricted moment-based model for which moment conditions are defined by a function.
Objects from the Class
Objects can be created by calls of the form new("rfunctionModel", ...)
.
It is created by restModel-methods
.
Slots
R
:Object of class
"list"
~~cstSpec
:Object of class
"list"
~~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 "functionModel"
, directly.
Class "rmomentModel"
, directly.
Class "allNLModel"
, by class "functionModel", distance 2.
Class "momentModel"
, by class "functionModel", distance 2.
Methods
- [
signature(x = "rfunctionModel", i = "numeric", j = "missing")
: ...- coef
signature(object = "rfunctionModel")
: ...- evalDMoment
signature(object = "rfunctionModel")
: ...- getRestrict
signature(object = "rfunctionModel")
: ...- modelDims
signature(object = "rfunctionModel")
: ...signature(x = "rfunctionModel")
: ...- printRestrict
signature(object = "rfunctionModel")
: ...
Examples
showClass("rfunctionModel")