View source: R/bootstrap_measures.R
calculate_confidence_intervals | R Documentation |
Calculate confidence intervals from a boot_strap object
calculate_confidence_intervals(
boot_strap,
quantiles = c(lower95 = 0.025, lower80 = 0.1, median = 0.5, upper80 = 0.9, upper95 =
0.975),
type = "direct"
)
boot_strap |
A boot_strap object |
quantiles |
A named vector of quantile bounds, each between 0 and 1 |
type |
One of either |
Returns a data frame with quantiles for all groups/comparisons
defined in type
, for all measures in the boot_strap object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.