cas.max: Maximum Values

View source: R/descriptive_stats.R

cas.maxR Documentation

Maximum Values

Description

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

Usage

cas.max(CASTable)

Arguments

x

CASTable.

Details

This function operates on numeric columns only.

Value

casDataFrame

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

See Also

max,CASTable-method

Examples

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

## End(Not run)

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