Learn R Programming

MixGHD (version 2.3.7)

summary: 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 MixGHD-class.

Methods

signature(object = "MixGHD")

S4 method for summaryzing objects of MixGHD-class.

See Also

MixGHD MixGHD-class,MGHD,MCGHD,MSGHD,cMSGHD,MGHFA

Examples

Run this code
# NOT RUN {
##loading banknote data
data(bankruptcy)


##model estimation
model=MSGHD(bankruptcy[,2:3],G=2,max.iter=30)

#result

summary(model)
# }

Run the code above in your browser using DataLab