mean-ml.col.def-method: Mean

Description Usage Arguments Value Examples

Description

Returns the mean of a ml.data.frame field.

Usage

1
2
## S4 method for signature 'ml.col.def'
mean(x, na.rm = FALSE)

Arguments

x

a ml.data.frame field.

na.rm

not currently used.

Value

The mean

Examples

1
2
3
4
5
6
7
8
## Not run: 
 locConn <- ml.connect()
 # create a ml.data.frame based on a search
 mlIris <- ml.data.frame(locConn, collection = "iris")
 # mean
 mean(mlIris$Sepal.Length)

## End(Not run)

mstellwa/rfml documentation built on May 23, 2019, 8:16 a.m.