coef: Coefficients for objects of class MixGHD

coefR 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)


MixGHD documentation built on May 11, 2022, 5:12 p.m.

Related to coef in MixGHD...