Learn R Programming

emdi (version 1.1.1)

estimators: Presents point, MSE and CV estimates

Description

Function estimators is a generic function used to present point and mean squared error (MSE) estimates and calculated coefficients of variation (CV).

Usage

estimators(object, ...)

Arguments

object

an object for which point and/or MSE estimates and/or calculated CV's are desired.

...

arguments to be passed to or from other methods, e.g. indicator.

Value

The return of estimators depends on the class of its argument. The documentation of particular methods gives detailed information about the return of that method.