cas.median: Median Values

View source: R/descriptive_stats.R

cas.medianR Documentation

Median Values

Description

Returns the median value for each column in the input table.

Usage

cas.median(CASTable, q)

Arguments

x

CASTable.

Details

This function operates on numeric columns only.

Value

data.frame

The result includes one row for each numeric variable and a column that is named Median for the median value.

See Also

median,CASTable-method

Examples

## Not run: 
cas.median(ct[1:4])
cas.median(ct$n2)

## End(Not run)

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