inst/snippets/Example6.2.R

diff <- -diffmean(time ~ frame, data = BikeTimes)  # note the negative sign
sd <- sd(~ diffmean, data = Bike.null)
diff - 2 * sd   # lower limit of 95% CI
diff + 2 * sd   # upper limit of 95% CI
rpruim/ISIwithR documentation built on May 28, 2019, 1:30 a.m.