summaryGel-class {momentfit} | R 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
signature(x = "summaryGel")
: ...- show
signature(object = "summaryGel")
: ...
Examples
showClass("summaryGel")
[Package momentfit version 0.5 Index]