fquantile: Compute Quantiles Using Default R Type 7 Method

View source: R/RcppExports.R

fquantileR Documentation

Compute Quantiles Using Default R Type 7 Method

Description

This function computes quantiles for a numeric vector using the default R method (type 7). It handles missing values and can remove them if requested.

Usage

fquantile(x, probs, na_rm = TRUE)

Arguments

x

A numeric vector from which quantiles are computed.

probs

A numeric vector of probabilities for which quantiles are desired.

na_rm

Logical flag indicating whether to remove NA values (default is true).

Value

A numeric vector containing the computed quantiles corresponding to the probabilities in probs.


ChristK/CKutils documentation built on April 11, 2025, 10:11 p.m.