calc_boot_t <- function(estimate, variance, apparent_estimate, apparent_variance, alpha = 0.05) {
rsample:::t_single(estimate, variance, apparent_estimate, apparent_variance, alpha)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.