boot_stats | R Documentation |
Compute summary stats of a bootstrap vector
boot_stats(x)
x |
A vector, e.g. of bootstrap replicates |
A data frame with mean, CV and selected percentiles.
x <- sample(1:10)
boot_stats(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.