stdev: Standard Deviation

View source: R/stdev.R

stdevR Documentation

Standard Deviation

Description

This function returns the standard deviation of the data. This function is writen to remove NAs and use the bias-corrected statistics with (n-1) in the demominator. The population standard deviation can be found by forcing the denominator to be (n). Set the option to FALSE.

Usage

stdev(x, biascorr = TRUE)

Arguments

x

data

biascorr

use the bias-corrected equation

Value

s


LimpopoLab/hydrostats documentation built on April 14, 2025, 5:25 a.m.