View source: R/summary-stats.R
mean_ic_boot | R Documentation |
Media e intervalo de confianza usando bootstrap
mean_ic_boot(x, nboot = 5000, ci = 0.95, seed = 1234, k = 1)
x |
Numeric vector. |
nboot |
Number of bootstrap resamples. |
ci |
Confidence interval. |
seed |
Reproducibility seed. |
k |
Number of digits when printing the results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.