Coefficents of the estimated model.
# S4 method for MixGHD
coef(object)
An S4 object of class MixGHD.
The coefficents of the estimated model
# NOT RUN {
##loading bankruptcy data
data(bankruptcy)
##model estimation
res=MCGHD(data=bankruptcy[,2:3],G=2,method="kmedoids",max.iter=30)
#rcoefficients of the model
coef(res)
# }
Run the code above in your browser using DataLab