Function estimators
is a generic function used to present point and
mean squared error (MSE) estimates and calculated coefficients of variation
(CV).
estimators(object, indicator, MSE, CV, ...)
an object for which point and/or MSE estimates and/or calculated CV's are desired.
optional character vector that selects which indicators shall be returned.
optional logical. If TRUE
, MSE estimates for selected indicators
per domain are added to the data frame of point estimates. Defaults to
FALSE
.
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.
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.