| summary {MixGHD} | R Documentation |
Plot objects of class MixGHD.
Description
Methods for function summary aimed at summarizing the S4 classes included in the MixGHD-package
Arguments
object |
A object of |
Methods
signature(object = "MixGHD")-
S4 method for summaryzing objects of
MixGHD-class.
Author(s)
Cristina Tortora. Maintainer: Cristina Tortora <cristina.tortora@sjsu.edu>
See Also
MixGHD MixGHD-class,MGHD,MCGHD,MSGHD,cMSGHD,MGHFA
Examples
##loading banknote data
data(bankruptcy)
##model estimation
model=MSGHD(bankruptcy[,2:3],G=2,max.iter=30)
#result
summary(model)
[Package MixGHD version 2.3.7 Index]