medianCI: Estimate and confidence interval of the median

View source: R/quantileCI.R

medianCIR Documentation

Estimate and confidence interval of the median

Description

Estimate and confidence interval of the median

Usage

medianCI(y, conf.level = 0.95, method = "binomial", na.rm = FALSE)

Arguments

y

Vector of sample data

method

Method

na.rm

If TRUE, remove NA values from data

alpha

Tail probability

Value

A named, three-value vector: estimate, lowerCI, upperCI


pteetor/tutils documentation built on April 25, 2024, 9:14 a.m.