mean-methods {NADA} | R Documentation |
Methods for function mean in Package NADA
Description
Methods for computing the mean using model objects in package NADA
Usage
## S4 method for signature 'ros'
mean(x, ...)
## S4 method for signature 'cenfit'
mean(x, ...)
## S4 method for signature 'cenmle'
mean(x, ...)
Arguments
x |
An output object from a NADA function such as |
... |
Additional arguments passed to the generic method. |
See Also
[Package NADA version 1.6-1.1 Index]