haz-frailty-method: Hazard rate method for univariate phase type frailty models

haz,frailty-methodR Documentation

Hazard rate method for univariate phase type frailty models

Description

Hazard rate method for univariate phase type frailty models

Usage

## S4 method for signature 'frailty'
haz(x, y, X = numeric(0))

Arguments

x

An object of class frailty.

y

A vector of locations.

X

A matrix of covariates.

Value

A list containing the locations and corresponding hazard rate evaluations.

Examples

obj <- frailty(phasetype(structure = "general"), bhaz = "weibull", bhaz_pars = 2)
haz(obj, c(1, 2, 3))

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