Learn R Programming

emdi (version 2.0.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, indicator, MSE, CV, ...)

Arguments

object

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

indicator

optional character vector that selects which indicators shall be returned.

MSE

optional logical. If TRUE, MSE estimates for selected indicators per domain are added to the data frame of point estimates. Defaults to FALSE.

CV

optional logical. If TRUE, coefficients of variation for selected indicators per domain are added to the data frame of point estimates. Defaults to FALSE.

...

arguments to be passed to or from other methods.

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.