coef {MixGHD} | R Documentation |
Coefficients for objects of class MixGHD
Description
Coefficents of the estimated model.
Usage
## S4 method for signature 'MixGHD'
coef(object)
Arguments
object |
An S4 object of class MixGHD. |
Value
The coefficents of the estimated model
Author(s)
Cristina Tortora Maintainer: Cristina Tortora <cristina.tortora@sjsu.edu>
Examples
##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)
[Package MixGHD version 2.3.7 Index]