sMLL {AmoudSurv}R Documentation

Modified Log-logistic (MLL) survivor function.

Description

Modified Log-logistic (MLL) survivor function.

Usage

sMLL(t, kappa, alpha, eta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

Value

the value of the MLL survivor 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)
sMLL(t=t, kappa=0.75, alpha=0.5, eta=0.9)


[Package AmoudSurv version 0.1.0 Index]