fquantile | R Documentation |
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.
fquantile(x, probs, na_rm = TRUE)
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). |
A numeric vector containing the computed quantiles corresponding to the probabilities in probs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.