vhd: Quantiles by Harrell & Davis 1982 for a vector of...

View source: R/hdQuantiles.R

vhdR Documentation

Quantiles by Harrell & Davis 1982 for a vector of probabilities

Description

Quantiles by Harrell & Davis 1982 for a vector of probabilities

Usage

vhd(x, p = c(0.025, 0.975), na.rm = TRUE)

Arguments

x

(vector) a set of values

p

(vector) a vector of probability levels.

na.rm

(logical) remove NAs.

Value

A vector of quantiles.


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.