Description Objects from the Class Slots Extends Methods Examples
GMM model class when moments matrix is defined by a function.
Objects can be created by calls of the form new("functionGmm", ...).
It is however, recommended to use the constructor gmmModel.
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" ~~
Class "allNLGmm", directly.
Class "gmmModels", directly.
signature(object = "functionGmm"): ...
1 | showClass("functionGmm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.