Description Objects from the Class Slots Extends Examples
Restricted GEL model class for nonlinear regression models and instruments.
Objects can be created by calls of the form new("rnonlinearGel", ...)
.
It is however, recommended to use the restModel
method.
R
:Object of class "list"
~~
cstSpec
:Object of class "list"
~~
wSpec
:Object of class "list"
~~
gelType
:Object of class "list"
~~
modelF
:Object of class "data.frame"
~~
instF
:Object of class "data.frame"
~~
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"
~~
fRHS
:Object of class "expression"
~~
fLHS
:Object of class "expressionORNULL"
~~
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"
~~
Class "nonlinearGel"
, directly.
Class "rgelModels"
, directly.
Class "nonlinearGmm"
, by class "nonlinearGel"
, distance 2.
Class "gelModels"
, by class "nonlinearGel"
, distance 2.
Class "regGmm"
, by class "nonlinearGel"
, distance 3.
Class "allNLGmm"
, by class "nonlinearGel"
, distance 3.
Class "gmmModels"
, by class "nonlinearGel"
, distance 3.
1 | showClass("rnonlinearGel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.