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

coef,frailty-methodR Documentation

Coef method for univariate frailty class

Description

Coef method for univariate frailty class

Usage

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

Arguments

object

An object of class frailty.

Value

Parameters of the univariate phase type frailty model.

Examples

obj <- frailty(phasetype(structure = "general", dimension = 2), bhaz = "weibull", bhaz_pars = 2)
coef(obj)

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