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 March 29, 2025, 6:38 p.m.