summary.GEM {CUB} | R Documentation |
S3 method: summary for class "GEM"
Description
S3 method summary for objects of class GEM
.
Usage
## S3 method for class 'GEM'
summary(object, correlation = FALSE, ...)
Arguments
object |
An object of class |
correlation |
Logical: should the estimated correlation matrix be returned? Default is FALSE |
... |
Other arguments |
Value
Extended summary results of the fitting procedure, including parameter estimates, their standard errors and Wald statistics, maximized log-likelihood compared with that of the saturated model and of a Uniform sample. AIC, BIC and ICOMP indeces are also displayed for model selection. Execution time and number of exectued iterations for the fitting procedure are aslo returned.
Examples
model<-GEM(Formula(MeetRelatives~0|0|0),family="cube",data=relgoods)
summary(model,correlation=TRUE,digits=4)
[Package CUB version 1.1.5 Index]