View source: R/stat_functions.R
median_CI | R Documentation |
CI for case where variance of population is unknown.
median_CI(x = NULL, MEDIAN = median(x), n = length(x), IQR = IQR(x))
x |
data |
List with results... ???
Other statistical functions:
normal_var_CI()
,
poisson_lambda_CI()
,
quartiles()
library(spHelper)
x <- c(3,0,2,1,0,4,3,2,1,2)
# median_CI(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.