Description Usage Arguments Value Examples
View source: R/method-statistics.R
Returns the sample standard deviation of a population.
1 | sd.pop(x)
|
x |
a ml.data.frame field. |
The sample standard deviation of a population.
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.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.