TInterval.numeric | R Documentation |
Student-T tolerance-style interval around an estimate of a mean from observations.
## S3 method for class 'numeric'
TInterval(x, ..., conf.level = 0.95, na.rm = FALSE)
x |
logical, vector of observations. |
... |
extra arguments passed to TInterval |
conf.level |
confidence level to draw interval |
na.rm |
logical, if TRUE remove NA values |
wrapped stat
TInterval
, TIntervalS
, TInterval.numeric
, TInterval.data.frame
set.seed(2018)
d <- rnorm(100) + 3.2
TInterval(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.