sd.pop: Standard Deviation of a population

Description Usage Arguments Value Examples

View source: R/method-statistics.R

Description

Returns the sample standard deviation of a population.

Usage

1
sd.pop(x)

Arguments

x

a ml.data.frame field.

Value

The sample standard deviation of a population.

Examples

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)

rfml documentation built on May 2, 2019, 3:01 a.m.