quantileCI: Estimate and confidence intervals of a quantile

View source: R/quantileCI.R

quantileCIR Documentation

Estimate and confidence intervals of a quantile

Description

Estimate and confidence intervals of a quantile

Usage

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

Arguments

y

A vector of sample data

prob

Numeric probability in range [0, 1]

alpha

Tail probability

Value

Three-element,named vector: estimate, lowerCI, upperCI


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