div_ci_median {div}R Documentation

Function to calculate the confidence interval for the median

Description

Function to calculate the confidence interval for the median

Usage

div_ci_median(x, conf = 0.95)

Arguments

x

numeric, data from which the median is calcualted

conf

numeric, the confidence interval as 1 - P(x < x0)

Value

ci (confidence interval object)

Examples

x <- 1:100
div_ci_median(x)

[Package div version 0.3.1 Index]