quantile.dt {simitation}R Documentation

Internal function for Quantiles Calculation

Description

Computes the specified quantiles for the given data.

Usage

## S3 method for class 'dt'
quantile(x, probs, na.rm = TRUE)

Arguments

x

A numeric vector.

probs

A numeric vector of quantile values.

na.rm

A logical indicating if missing values should be removed.

Value

A data table with quantile values.


[Package simitation version 0.0.7 Index]