sd-methods {NADA} | R Documentation |
Methods for computing standard deviations in package NADA
## 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)
x |
An output object from a NADA function such as ros .
|
na.rm |
Should NAs be removed prior to computation? |