causalGelfit-class {causalGel} | R Documentation |
"causalGelfit"
A class to store the fiited causality model obtained using the GEL method.
Objects can be created by calls of the form new("causalGelfit",
...)
, but it mainly created using the modelFit
method.
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"
~~
Class "gelfit"
, directly.
showClass("causalGelfit")