Description Usage Arguments Details Value Examples
View source: R/method-statistics.R
Returns the population variance of of a ml.data.frame field.
1 |
x |
a ml.data.frame field. |
na.rm |
not used currently |
The function returns a empty value if the number of rows of the ml.data.frame that x belongs to is less than 2.
The population variance
1 2 3 4 5 6 7 8 9 | ## Not run:
library(rfml)
locConn <- ml.connect()
# create a ml.data.frame based on a search
mlIris <- ml.data.frame(locConn, collection = "iris")
# population variance
var.pop(mlIris$Sepal.Length)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.