sd: Standard Deviation

Description Usage Arguments Value See Also Examples

Description

sd calculates the standard deviation for monet.frame objects.

Usage

1
2
 	## S3 method for class 'monet.frame'
 sd(x, na.rm = FALSE)

Arguments

x

a monet.frame object with only a single column

na.rm

Whether to remove NA/NULL values before calculation

Value

Returns the standard deviation.

See Also

sd

Examples

1
2
3
4
5
## Not run: 
	frame <- mf("demo","iris")
	sd(frame$sepal_width)

## End(Not run)

MonetDB.R documentation built on May 2, 2019, 5:26 p.m.

Related to sd in MonetDB.R...