robsurvey-package {robsurvey}R Documentation

Package Overview

Description

A key design pattern of the package is that the majority of the estimating methods is available in two "flavors":

Bare-bone methods are stripped-down versions of the survey methods in terms of functionality and informativeness. These functions may serve users and package developers as building blocks. In particular, bare-bone functions cannot compute variances.

The survey methods are much more capable and depend, for variance estimation, on the survey package.

Basic Robust Estimators

Trimming

Winsorization

Dalen's estimators (weight reduction methods)

M-estimators

Survey Regression (weighted least squares)

svyreg

Robust Regression and Ratio Estimation (weighted)

Note: The functions svyreg_huber and svyreg_tukey are deprecated, use instead svyreg_huberM and svyreg_tukeyM, respectively; see also robsurvey-deprecated.

Robust Generalized Regression (GREG) and Ratio Prediction of the Population Mean and Total

Utility functions


[Package robsurvey version 0.6 Index]