mean.td.data.frame: Arithmetic Mean

Description Usage Arguments Details Value Examples

View source: R/mean.td.data.frame.R

Description

Function to calculate the arithmetic mean.

Usage

1
2
## S3 method for class 'td.data.frame'
mean(x, ...)

Arguments

x

td data frame.

...

For generic consistency.

Details

Means for all numeric columns in the td data frame are returned as well as NA values for the non numeric columns.

Value

vector of mean values for each column.

Examples

1
2
3
4
## Not run: 
mean(tdf)  #tdf is a td data frame

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.