Learn R Programming

AHSurv (version 0.1.0)

CHMLL: Modified Log-logistic (MLL) cumulative hazard function.

Description

Modified Log-logistic (MLL) cumulative hazard function.

Usage

CHMLL(t, kappa, alpha, eta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

Value

the value of the MLL cumulative hazard function

References

Kayid, M. (2022). Applications of Bladder Cancer Data Using a Modified Log-Logistic Model. Applied Bionics and Biomechanics, 2022.

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9)

# }

Run the code above in your browser using DataLab