weibull_survival | R Documentation |
Weibull survival function
weibull_survival(scale, shape, time)
scale |
The scale parameter for the Weibull distribution |
shape |
The shape parameter for the Weibull distribution |
time |
Time point or sequence |
survival probabilities
weibull_survival(50,0.5,1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.