cas.mean: Average Values

View source: R/descriptive_stats.R

cas.meanR Documentation

Average Values

Description

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

Usage

cas.mean(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 Mean for the mean value.

See Also

mean,CASTable-method

Examples

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

## End(Not run)

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