CI for case where variance of population is unknown.

median_CI(x = NULL, MEDIAN = median(x), n = length(x), IQR = IQR(x))

Arguments

x

data

Value

List with results... ???

See also

Other statistical functions: normal_var_CI(), poisson_lambda_CI(), quartiles()

Examples


library(spHelper)

x <- c(3,0,2,1,0,4,3,2,1,2)
# median_CI(x)