R/t-low.R

calc_boot_t <- function(estimate, variance, apparent_estimate, apparent_variance, alpha = 0.05) {
  rsample:::t_single(estimate, variance, apparent_estimate, apparent_variance, alpha)
}
DavisVaughan/rboot documentation built on May 8, 2019, 11:52 a.m.