View source: R/ci_measures_of_location.R
ci_median | R Documentation |
This function calculates CIs for the population median by calling ci_quantile()
.
ci_median(
x,
probs = c(0.025, 0.975),
type = c("binomial", "bootstrap"),
boot_type = c("bca", "perc", "norm", "basic"),
R = 9999L,
seed = NULL,
...
)
x |
A numeric vector. |
probs |
Lower and upper probabilities, by default |
type |
Type of CI. One of "binomial" (default), or "bootstrap". |
boot_type |
Type of bootstrap CI. Only used for |
R |
The number of bootstrap resamples. Only used for |
seed |
An integer random seed. Only used for |
... |
Further arguments passed to |
An object of class "cint", see ci_mean()
for details.
ci_quantile()
ci_median(1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.