cas.min: Minimum Values

View source: R/descriptive_stats.R

cas.minR Documentation

Minimum Values

Description

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

Usage

cas.min(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 Minimum for the minimum value.

See Also

min,CASTable-method

Examples

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

## End(Not run)

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