Learn R Programming

CUB (version 1.1.5)

summary.GEM: S3 method: summary for class "GEM"

Description

S3 method summary for objects of class GEM.

Usage

# S3 method for GEM
summary(object, correlation = FALSE, ...)

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.

Arguments

object

An object of class GEM

correlation

Logical: should the estimated correlation matrix be returned? Default is FALSE

...

Other arguments

Examples

Run this code
model<-GEM(Formula(MeetRelatives~0|0|0),family="cube",data=relgoods) 
summary(model,correlation=TRUE,digits=4)

Run the code above in your browser using DataLab