xKDR / Survey.jl

Analysis of complex surveys
https://xkdr.github.io/Survey.jl/
GNU General Public License v3.0
51 stars 19 forks source link

Add an imputation method #249

Open smishr opened 1 year ago

smishr commented 1 year ago

Post-stratification and calibration methods might take some time to be integrated into Survey.jl.

Imputation based method(s) can be investigated and integrated more easily into the package. There is choice of several methods cell mean, regression etc. I think cell mean method can be implemented as an easy fallback?

Ref

Section 8.6 Imputation: Lohr - Sampling Design and Analysis

smishr commented 1 year ago

Impute.jl may be used as the tool to impute values into DataFrames

nadiaenh commented 1 year ago

Yes I was thinking the same, will use this