Sd: overloading function to calculate standard deviation when you...

View source: R/utility_math_funs.R

SdR Documentation

overloading function to calculate standard deviation when you have na's in vector

Description

overloading function to calculate standard deviation when you have na's in vector

Usage

Sd(..., na.rm = T)

Arguments

...

same parameters as sd(...)

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Value

standard deviation with na's ignored


Craig44/stockassessmenthelper documentation built on April 14, 2023, 10:57 a.m.