Description Usage Arguments Value Examples
Returns the mean of a ml.data.frame field.
1 2 |
x |
a ml.data.frame field. |
na.rm |
not currently used. |
The mean
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.