If you are viewing this file on CRAN, please check latest news on GitHub where the formatting is also better.

robsurvey VERSION 0.3 (2022-06-04)

NEW FEATURES

CHANGES

BUG FIX

For designs with unequal probability sampling, the variance estimates of the robust estimators of mean and total are now identical with the estimates of survey::svymean() and survey::svytotal() if the tuning constant is k = Inf or LB = 0 and UB = 1

MISC

Added DOI to all references (where available).

robsurvey VERSION 0.2 (2022-01-17)

NEW FEATURES

BUG FIX

The original C implementation of wquantile was buggy (with implications for the R function weighted_quantile() and also the iterative re-weighted least squares algorithm). The new C implementation of wquantile is sound.

CHANGE

Argument type = "rwm" of weighted_mean_huber() is not used anymore (deprecated); instead, the type is now called "rhj".

CHANGE of LICENSE and MAINTAINER