Learn R Programming

NonProbEst (version 0.2.4)

Estimation in Nonprobability Sampling

Description

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<80><93>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.

Copy Link

Version

Install

install.packages('NonProbEst')

Monthly Downloads

182

Version

0.2.4

License

GPL (>= 2)

Maintainer

Luis Martc3<ad>n

Last Published

June 3rd, 2020

Functions in NonProbEst (0.2.4)

matching

Predicts unknown responses by matching
generic_jackknife_variance

Calculates Jackknife variance with reweighting for an arbitrary estimator
model_based

Calculates a model based estimation
lee_weights

Calculates Lee weights
model_assisted

Calculates a model assisted estimation
mean_estimation

Estimates the population means
jackknife_variance

Calculates Jackknife variance with reweighting for PSA
fast_jackknife_variance

Calculates Jackknife variance without reweighting
calib_weights

Weights of the calibration estimator
confidence_interval

Confidence interval
valliant_weights

Calculates Valliant weights
sampleNP

A non-probabilistic sample
propensities

Calculates sample propensities
prop_estimation

Estimates the population proportion
sampleP

A probabilistic sample
total_estimation

Estimates the population totals
sc_weights

Calculates Schonlau and Couper weights
vd_weights

Calculates Valliant and Dever weights
model_calibrated

Calculates a model calibrated estimation
population

A full population