Description Usage Arguments Value Examples
median_cl_boot
computes lower and upper confidence limits for the
estimated median, based on bootstrapping.
1 | median_cl_boot(x, conf = 0.95, type = "basic", nrepl = 10^3)
|
x |
Data for computation. |
conf |
confidence interval with default 95%. |
type |
type for function boot.ci. |
nrepl |
number of bootstrap replications, defaults to 1000. |
A tibble with one row and three columns: Median, CIlow, CIhigh.
1 2 | # basic usage of meanse
median_cl_boot(x = mtcars$wt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.