cas.quantile: Quantile and Percentile Values

View source: R/descriptive_stats.R

cas.quantileR Documentation

Quantile and Percentile Values

Description

Returns the requested percentiles for each column in the input table.

Usage

cas.quantile(CASTable, q)

Arguments

q

A list of numeric values.

x

CASTable.

Details

This function operates on numeric columns only.

Value

data.frame

The result includes one row for the variable, the requested percentile, and the value.

Examples

## Not run: 
cas.quantile(ct[1:4], q=50)
cas.quantile(ct$n2, q=c(10, 25, 50, 75, 90))

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.