stats_bootstrap | R Documentation |
Bootstrap Estimation
stats_bootstrap(x, do, probs = c(0.05, 0.95), n = 1000, na.rm = FALSE, ...)
x |
A vector. |
do |
A |
probs |
A |
n |
A non-negative |
na.rm |
A |
... |
Extra arguments passed to |
A numeric
vector with the following elements:
min
Minimum value.
mean
Mean value.
max
Maximum value.
Q*
Sample quantile to * probability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.