mean-methods: Methods for function mean in Package NADA

Description Usage Arguments See Also

Description

Methods for computing the mean using model objects in package NADA

Usage

1
2
3
4
5
6
7
8
## 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 ros.

...

Additional arguments passed to the generic method.

See Also

mean


NADA documentation built on Feb. 16, 2020, 3 a.m.

Related to mean-methods in NADA...