summaryGel-class: Class '"summaryGel"'

summaryGel-classR Documentation

Class "summaryGel"

Description

Class to store the summary of a model fitted by GEL.

Objects from the Class

Objects can be created by calls of the form new("summaryGel", ...). It is created by link{summary-methods}.

Slots

coef:

Object of class "matrix" ~~

specTest:

Object of class "specTest" ~~

model:

Object of class "momentModel" ~~

lambda:

Object of class "matrix" ~~

convergence:

Object of class "numeric" ~~

lconvergence:

Object of class "numeric" ~~

impProb:

Object of class "list" ~~

gelType:

Object of class "list" ~~

restrictedLam:

Object of class "integer" ~~

Methods

print

signature(x = "summaryGel"): ...

show

signature(object = "summaryGel"): ...

Examples

showClass("summaryGel")

momentfit documentation built on Sept. 20, 2023, 3:01 a.m.