sPGW | R Documentation |
Power Generalised Weibull (PGW) survivor function.
sPGW(t, kappa, alpha, eta)
t |
: positive argument |
kappa |
: scale parameter |
alpha |
: shape parameter |
eta |
: shape parameter |
the value of the PGW survivor function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
Alvares, D., & Rubio, F. J. (2021). A tractable Bayesian joint model for longitudinal and survival data. Statistics in Medicine, 40(19), 4213-4229.
t=runif(10,min=0,max=1) sPGW(t=t, kappa=0.5, alpha=1.5, eta=0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.