Description Usage Arguments Details Value Examples
Returns the sample standard deviation of a ml.data.frame field.
1 2 |
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 sample standard deviation
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")
# standard deviation
sd(mlIris$Sepal.Length)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.