Learn R Programming

AHSurv (version 0.1.0)

hMKW: Modified Kumaraswamy Weibull (MKW) Hazard Function.

Description

Modified Kumaraswamy Weibull (MKW) Hazard Function.

Usage

hMKW(t, alpha, kappa, eta, log = FALSE)

Arguments

t

: positive argument

alpha

: inverse scale parameter

kappa

: shape parameter

eta

: shape parameter

log

:log scale (TRUE or FALSE)

Value

the value of the MKW hazard function

References

Khosa, S. K. (2019). Parametric Proportional Hazard Models with Applications in Survival analysis (Doctoral dissertation, University of Saskatchewan).

Examples

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

# }

Run the code above in your browser using DataLab