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

View source: R/AHReg1.R

CHMLLR 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)


AHSurv documentation built on June 2, 2022, 5:06 p.m.

Related to CHMLL in AHSurv...