ncn-foreigners / nonprobsvy

An R package for modern methods for non-probability surveys
https://ncn-foreigners.github.io/nonprobsvy/
Other
29 stars 4 forks source link

Roadmap 0.1.0-0.3.0 #1

Closed BERENZ closed 1 year ago

BERENZ commented 2 years ago

The initial version of the package should have:

Version 0.1.0

  1. Mass imputation -- families: gaussian, binomial, Gamma, inverse.gaussian, poisson, quasi* and MASS::negative.binomial.
    • [ ] Estimator: using model based approach (stats::glm and MASS::glm.nb)
    • [ ] Estimator: using predictive mean matching (RANN::nn2)
    • [ ] Variance estimator: Kim et al. (2021), p. 950.

Literature:

Version 0.2.0

  1. Propensity score - binomial() with logit, probit and cloglog links
    • [ ] unit-level survey data is available
    • [ ] only population totals are available

Literature:

Version 0.3.0

  1. Doubly robust
    • [ ] standard : Chen, Li and Wu (2020)
    • [ ] with minimization of asymptotic bias: Yang, Kim and Rui (2020)

Literature:

BERENZ commented 1 year ago

Closed because of #6