CHMLL {AHSurv} | R Documentation |
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
Author(s)
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Mutua Kilai, abdisalam.hassan@amoud.edu.so
References
Kayid, M. (2022). Applications of Bladder Cancer Data Using a Modified Log-Logistic Model. Applied Bionics and Biomechanics, 2022.
Examples
t=runif(10,min=0,max=1)
CHMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9)
[Package AHSurv version 0.1.0 Index]