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

The PMM estimator -- `controlOut` #52

Closed BERENZ closed 4 months ago

BERENZ commented 4 months ago

I would like to propose a breaking change for the PMM estimator. Currently, the control outcome takes the $\hat{y}-y$ matching as default

controlOut(predictive_match = 1)

but I suggest to change to the most popular alternative i.e. the $\hat{y}-\hat{y}$ matching (predictive_match = 2).