sd-methods: Methods for function sd in Package NADA

Description Usage Arguments See Also

Description

Methods for computing standard deviations in package NADA

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ros'
sd(x, na.rm=FALSE)

## S4 method for signature 'cenfit'
sd(x, na.rm=FALSE)

## S4 method for signature 'cenmle'
sd(x, na.rm=FALSE)

Arguments

x

An output object from a NADA function such as ros.

na.rm

Should NAs be removed prior to computation?

See Also

sd


NADA documentation built on March 22, 2020, 5:07 p.m.

Related to sd-methods in NADA...