quartiles_dt: Quartiles

View source: R/tdm.R

quartiles_dtR Documentation

Quartiles

Description

Finds the 1st and 3rd quartiles of a data.table.

Usage

quartiles_dt(datatable)

Arguments

datatable

– A data.table whose first column will be ignored but whose other columns are all numeric.

Value

1st and 3rd quartiles of the data.table.


greenelab/TDM documentation built on May 10, 2023, 12:04 a.m.