powered by
Student-T tolerance-style interval around an estimate of a mean from a data.frame.
# S3 method for data.frame TInterval(x, ColumnName, ..., conf.level = 0.95, na.rm = FALSE)
wrapped stat
data.frame
character name of measurment column
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 <- data.frame(x = rnorm(100) + 3.2) TInterval(d, "x")
Run the code above in your browser using DataLab