NonProbEst: Estimation in Nonprobability Sampling

Different inference procedures are proposed in the literature to correct for selection bias that might be introduced with non-random selection mechanisms. A class of methods to correct for selection bias is to apply a statistical model to predict the units not in the sample (super-population modeling). Other studies use calibration or Statistical Matching (statistically match nonprobability and probability samples). To date, the more relevant methods are weighting by Propensity Score Adjustment (PSA). The Propensity Score Adjustment method was originally developed to construct weights by estimating response probabilities and using them in Horvitz–Thompson type estimators. This method is usually used by combining a non-probability sample with a reference sample to construct propensity models for the non-probability sample. Calibration can be used in a posterior way to adding information of auxiliary variables. Propensity scores in PSA are usually estimated using logistic regression models. Machine learning classification algorithms can be used as alternatives for logistic regression as a technique to estimate propensities. The package 'NonProbEst' implements some of these methods and thus provides a wide options to work with data coming from a non-probabilistic sample.

Version: 0.2.4
Imports: caret, sampling, e1071, glmnet, Matrix
Published: 2020-06-03
Author: Luis Castro Martín, Ramón Ferri García and María del Mar Rueda
Maintainer: Luis Castro Martín <luiscastro193 at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
In views: OfficialStatistics
CRAN checks: NonProbEst results

Documentation:

Reference manual: NonProbEst.pdf

Downloads:

Package source: NonProbEst_0.2.4.tar.gz
Windows binaries: r-devel: NonProbEst_0.2.4.zip, r-release: NonProbEst_0.2.4.zip, r-oldrel: NonProbEst_0.2.4.zip
macOS binaries: r-release (arm64): NonProbEst_0.2.4.tgz, r-oldrel (arm64): NonProbEst_0.2.4.tgz, r-release (x86_64): NonProbEst_0.2.4.tgz
Old sources: NonProbEst archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=NonProbEst to link to this page.