median-ml.col.def-method: Median

Description Usage Arguments Value Examples

Description

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

Usage

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

Arguments

x

a ml.data.frame field.

na.rm

not currently used.

Value

The median

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")
 # median
 median(mlIris$Sepal.Length)

## End(Not run)

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