Modified Log-logistic (MLL) cumulative hazard function.
CHMLL(t, kappa, alpha, eta)
: positive argument
: scale parameter
: shape parameter
: shape parameter
the value of the MLL cumulative hazard function
Kayid, M. (2022). Applications of Bladder Cancer Data Using a Modified Log-Logistic Model. Applied Bionics and Biomechanics, 2022.
# 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