sEW | R Documentation |
Exponentiated Weibull (EW) Survivor Function.
sEW(t, lambda, kappa, alpha)
t |
: positive argument |
lambda |
: scale parameter |
kappa |
: shape parameter |
alpha |
: shape parameter |
the value of the EW survivor function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
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.
t=runif(10,min=0,max=1) sEW(t=t, lambda=0.9, kappa=0.5, alpha=0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.