View source: R/normalinference.R
t_interval | R Documentation |
Prediction interval of a t-distribution
t_interval(nu = 1, probability = 0.95)
nu |
(numeric) The degrees of freedom parameter of the t-distribution. This is usually, but not necessarily, an integer. |
probability |
(numeric) The probability (area under curve) within the interval |
A numeric vector giving the lower and upper bounds of the interval containing the specified probability.
t_interval() t_interval(nu = 10, probability = 0.99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.