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

coef,correlated-methodR Documentation

Coef method for correlated frailty class

Description

Coef method for correlated frailty class

Usage

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

Arguments

object

An object of class correlated.

Value

Parameters of the correlated phase-type frailty model.

Examples

bivph_obj <- bivphasetype(dimensions = c(3, 3))
cobj <- correlated(bivph_obj, bhaz1 = "weibull", bhaz_pars1 = 3, bhaz2 = "weibull", bhaz_pars2 = 2)
coef(cobj)

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