median-methods | R Documentation |
Methods for computing the median using model objects in package NADA
## S4 method for signature 'ros'
median(x, na.rm=FALSE)
## S4 method for signature 'cenfit'
median(x, na.rm=FALSE)
## S4 method for signature 'cenmle'
median(x, na.rm=FALSE)
x |
An output object from a NADA function such as |
na.rm |
Should NAs be removed prior to computation? |
median
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.