mean-CASTable-method: Mean Value for a Single Column

mean,CASTable-methodR Documentation

Mean Value for a Single Column

Description

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

Usage

## S4 method for signature 'CASTable'
mean(x, ...)

Arguments

x

CASTable.

Value

scalar

See Also

cas.mean

Examples

## Not run: 
mean(ct1$x1)
mean(ct1[2])

## End(Not run)

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