div_ci_median {div} | R Documentation |
Function to calculate the confidence interval for the median
div_ci_median(x, conf = 0.95)
x |
numeric, data from which the median is calcualted |
conf |
numeric, the confidence interval as 1 - P(x < x0) |
ci (confidence interval object)
x <- 1:100
div_ci_median(x)