pMLL: Modified Log-logistic (MLL) cumulative distribution function.

View source: R/Models.R

pMLLR Documentation

Modified Log-logistic (MLL) cumulative distribution function.

Description

Modified Log-logistic (MLL) cumulative distribution function.

Usage

pMLL(t, kappa, alpha, eta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

Value

the value of the MLL cumulative distribution function

Author(s)

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau 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)
pMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9)


AmoudSurv documentation built on Sept. 8, 2022, 5:09 p.m.

Related to pMLL in AmoudSurv...