causalGelfit-class {causalGel}R Documentation

Class "causalGelfit"

Description

A class to store the fiited causality model obtained using the GEL method.

Objects from the Class

Objects can be created by calls of the form new("causalGelfit", ...), but it mainly created using the modelFit method.

Slots

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" ~~

Extends

Class "gelfit", directly.

Examples

showClass("causalGelfit")

[Package causalGel version 0.1-1 Index]