coef-shared-method: Coef method for shared frailty class

coef,shared-methodR Documentation

Coef method for shared frailty class

Description

Coef method for shared frailty class

Usage

## S4 method for signature 'shared'
coef(object)

Arguments

object

An object of class shared.

Value

Parameters of the shared phase-type frailty model.

Examples

ph_obj <- phasetype(structure = "coxian")
shared_obj <- shared(ph_obj, bhaz1 = "weibull", bhaz_pars1 = 3, bhaz2 = "weibull", bhaz_pars2 = 2)
coef(shared_obj)

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.