gelfit-class | R Documentation |
"gelfit"
A class to store fitted models obtained using a GEL method.
Objects can be created by calls of the form new("gelfit", ...)
.
It is created by gelFit
.
theta
:Object of class "numeric"
~~
convergence
:Object of class "numeric"
~~
lambda
:Object of class "numeric"
~~
lconvergence
:Object of class "numeric"
~~
call
:Object of class "callORNULL"
~~
gelType
:Object of class "list"
~~
vcov
:Object of class "list"
~~
model
:Object of class "momentModel"
~~
restrictedLam
:Object of class "integer"
~~
argsCall
:Object of class "list"
~~
signature(object = "gelfit")
: ...
signature(object = "gelfit")
: ...
signature(object = "gelfit")
: ...
signature(eta = "numeric", object = "gelfit")
: ...
signature(x = "gelfit")
: ...
signature(object = "gelfit")
: ...
signature(object = "gelfit")
: ...
signature(object = "gelfit", which = "missing")
: ...
signature(object = "gelfit")
: ...
signature(object = "gelfit")
: ...
signature(object = "gelfit")
: ...
showClass("gelfit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.