| surv.gamma_dist | R Documentation |
gamma_dist object.Method for obtaining the survival function of a gamma_dist object.
## S3 method for class 'gamma_dist'
surv(x, ...)
x |
The |
... |
Additional arguments (not used) |
A function that computes S(t) = P(X > t)
x <- gamma_dist(shape = 2, rate = 1)
S <- surv(x)
S(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.