powered by
Student-T tolerance-style interval around an estimate of a mean from observations.
# S3 method for numeric TInterval(x, ..., conf.level = 0.95, na.rm = FALSE)
wrapped stat
logical, vector of observations.
extra arguments passed to TInterval
confidence level to draw interval
logical, if TRUE remove NA values
TInterval, TIntervalS, TInterval.numeric, TInterval.data.frame
TInterval
TIntervalS
TInterval.numeric
TInterval.data.frame
set.seed(2018) d <- rnorm(100) + 3.2 TInterval(d)
Run the code above in your browser using DataLab