summaryGmm-class {momentfit} | R Documentation |
Class "summaryGmm"
Description
A class to store the summary of a model fitted by GMM.
Objects from the Class
Objects can be created by calls of the form new("summaryGmm", ...)
.
It is created by link{summary-methods}
.
Slots
coef
:Object of class
"matrix"
~~specTest
:Object of class
"specTest"
~~strength
:Object of class
"list"
~~model
:Object of class
"momentModel"
~~sandwich
:Object of class
"logical"
~~type
:Object of class
"character"
~~convergence
:Object of class
"numericORNULL"
~~convIter
:Object of class
"numericORNULL"
~~wSpec
:Object of class
"list"
~~niter
:Object of class
"integer"
~~df.adj
:Object of class
"logical"
~~breadOnly
:Object of class
"logical"
~~
Methods
signature(x = "summaryGmm")
: ...- show
signature(object = "summaryGmm")
: ...
Examples
showClass("summaryGmm")
[Package momentfit version 0.5 Index]