sd-methods {NADA}R Documentation

Methods for function sd in Package NADA

Description

Methods for computing standard deviations in package NADA

Usage

## 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


[Package NADA version 1.6-1.1 Index]