exp_hazards: Exponential hazard, cumulative hazard and inverse cumulative...

Description Usage Arguments Details Value See Also

Description

Functions which return the hazard, cumulative hazard and inverse cumulative hazard at time t for an exponential distribution with parameter lambda and true hazard ratio mu.

Usage

1
2
3
4
5
haz_exp(t, lambda)

chaz_exp(t, lambda, mu = log(1))

inv_chaz_exp(t, lambda, mu = log(1))

Arguments

t

time of evaluation.

lambda

parameter of the exponential distribution.

mu

(optional) true excess hazard rate μ.

Details

The hazard function of an exponential distribution is given by:

h(λ) = λ

The cumulative hazard (with true hazard ratio μ) is given by:

H(λ, μ) = λ * t * exp(μ)

The inverse cumulative hazard (with true hazard ratio μ) by:

H^(-1)(λ, μ) = t/(λ exp(μ))

Value

Value of specified function at time t.

See Also

Other utils: calc_risk(), gen_arriv_times(), gen_surv_times(), runlength()


cgrcusum documentation built on Nov. 22, 2021, 9:09 a.m.