Learn R Programming

AHSurv (version 0.1.0)

CHNGLL: New Generalized Log-logistic (GLL) cumulative hazard function.

Description

New Generalized Log-logistic (GLL) cumulative hazard function.

Usage

CHNGLL(t, kappa, alpha, eta, zeta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

zeta

: shape parameter

Value

the value of the NGLL cumulative hazard function

References

Hassan Muse, A. A new generalized log-logistic distribution with increasing, decreasing, unimodal and bathtub-shaped hazard rates: properties and applications, in Proceedings of the Symmetry 2021 - The 3rd International Conference on Symmetry, 8<U+2013>13 August 2021, MDPI: Basel, Switzerland, doi:10.3390/Symmetry2021-10765.

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHNGLL(t=t, kappa=0.5, alpha=0.35, eta=0.7, zeta=1.4)

# }

Run the code above in your browser using DataLab