bookSD: Book Standard Deviation

Description Usage Arguments Value Examples

View source: R/bookSD.R

Description

Book Standard Deviation

Usage

1
bookSD(x, n)

Arguments

x

a vector of quantitative data

n

the number of observations in the vector

Value

standard deviation from the biased formula

Examples

1
2
x = 1:10
bookSDX <- bookSD(x, n=10)

leahpom/MATH5793POMERANTZ documentation built on May 10, 2021, 9:52 a.m.