Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


AmoudSurv (version 0.1.0)

sEW: Exponentiated Weibull (EW) Survivor Function.

Description

Exponentiated Weibull (EW) Survivor Function.

Usage

sEW(t, lambda, kappa, alpha)

Value

the value of the EW survivor function

Arguments

t

: positive argument

lambda

: scale parameter

kappa

: shape parameter

alpha

: shape parameter

Author

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so

References

Rubio, F. J., Remontet, L., Jewell, N. P., & Belot, A. (2019). On a general structure for hazard-based regression models: an application to population-based cancer research. Statistical methods in medical research, 28(8), 2404-2417.

Examples

Run this code
t=runif(10,min=0,max=1)
sEW(t=t, lambda=0.9, kappa=0.5, alpha=0.75)

Run the code above in your browser using DataLab