├── DATA ├── Countrynames_to_ISO.csv ├── DHS_observedmarginals_age_aug24.csv ├── DHS_observedmarginals_edu_aug24.csv ├── DHS_observedmarginals_farming_aug24.csv ├── DHS_observedmarginals_floorcat_aug24.csv ├── DHS_observedmarginals_gender_aug24.csv ├── DHS_observedmarginals_hhsizecat_aug24.csv ├── DHS_observedmarginals_hhtype_aug24.csv ├── DHS_observedmarginals_roofcat_aug24.csv ├── DHS_observedmarginals_wallcat_aug24.csv ├── DHS_observedmarginals_wealth_aug24.csv ├── DHSdatafiles.csv ├── Est_marginals_AGECAT_june24.csv ├── Est_marginals_EDUCAT_june24.csv ├── Est_marginals_GENDER_june24.csv ├── Est_marginals_HHSIZECAT_june24.csv ├── Est_marginals_HHTYPE_june24.csv ├── Est_marginals_INCOME_june24.csv ├── GDL_match_population_all_LIS.csv ├── GDL_subnational_population_world.csv ├── GHSpopulationGDLregions.csv ├── GLOPOP_regional_statistics.csv ├── LIS_codes_countries2.csv ├── LISmarg_age_may24.csv ├── LISmarg_edu_may24.csv ├── LISmarg_gender_may24.csv ├── LISmarg_hhsize_may24.csv ├── LISmarg_hhtype_may24.csv ├── LISmarg_income_may24.csv ├── Nr_individuals_data_availability.csv ├── SHDI Complete 4.0 (1).csv ├── SHDI-SGDI-Total 5.0.csv ├── similar_countries_5august24.csv └── similarities_countries_GDL_indices.csv ├── DHS_DATA └── DHSdatafiles.csv ├── LIS_DATA ├── LIS_compl_update_code.R └── LIS_freq_update_code.R ├── README.md ├── READ_SYNTHPOP_DATA ├── read_synthpop_data.R └── read_synthpop_data.py ├── SCRIPTS ├── DHS_modeled_synthpop.R ├── DHS_synthpop.R ├── Estimated_marginals.R ├── LIS_modeled_synthpop.R ├── LIS_synthpop.R └── similarity_countries.R └── VALIDATION ├── DHS_errorcalc_estimated_marginals_estimated_survey.R ├── DHS_errorcalc_estimated_marginals_observed_survey.R ├── DHS_errorcalc_observed_marginals_estimated_survey.R ├── DHS_errorcalc_observed_marginals_observed_survey.R ├── LIS_errorcalc_estimated_marginals_estimated_survey.R ├── LIS_errorcalc_estimated_marginals_observed_survey.R └── LIS_errorcalc_observed_marginals_estimated_survey.R /DATA/Countrynames_to_ISO.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Countrynames_to_ISO.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_age_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_age_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_edu_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_edu_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_farming_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_farming_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_floorcat_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_floorcat_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_gender_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_gender_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_hhsizecat_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_hhsizecat_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_hhtype_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_hhtype_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_roofcat_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_roofcat_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_wallcat_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_wallcat_aug24.csv -------------------------------------------------------------------------------- /DATA/DHS_observedmarginals_wealth_aug24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHS_observedmarginals_wealth_aug24.csv -------------------------------------------------------------------------------- /DATA/DHSdatafiles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/DHSdatafiles.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_AGECAT_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_AGECAT_june24.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_EDUCAT_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_EDUCAT_june24.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_GENDER_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_GENDER_june24.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_HHSIZECAT_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_HHSIZECAT_june24.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_HHTYPE_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_HHTYPE_june24.csv -------------------------------------------------------------------------------- /DATA/Est_marginals_INCOME_june24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Est_marginals_INCOME_june24.csv -------------------------------------------------------------------------------- /DATA/GDL_match_population_all_LIS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/GDL_match_population_all_LIS.csv -------------------------------------------------------------------------------- /DATA/GDL_subnational_population_world.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/GDL_subnational_population_world.csv -------------------------------------------------------------------------------- /DATA/GHSpopulationGDLregions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/GHSpopulationGDLregions.csv -------------------------------------------------------------------------------- /DATA/GLOPOP_regional_statistics.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/GLOPOP_regional_statistics.csv -------------------------------------------------------------------------------- /DATA/LIS_codes_countries2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LIS_codes_countries2.csv -------------------------------------------------------------------------------- /DATA/LISmarg_age_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_age_may24.csv -------------------------------------------------------------------------------- /DATA/LISmarg_edu_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_edu_may24.csv -------------------------------------------------------------------------------- /DATA/LISmarg_gender_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_gender_may24.csv -------------------------------------------------------------------------------- /DATA/LISmarg_hhsize_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_hhsize_may24.csv -------------------------------------------------------------------------------- /DATA/LISmarg_hhtype_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_hhtype_may24.csv -------------------------------------------------------------------------------- /DATA/LISmarg_income_may24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/LISmarg_income_may24.csv -------------------------------------------------------------------------------- /DATA/Nr_individuals_data_availability.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/Nr_individuals_data_availability.csv -------------------------------------------------------------------------------- /DATA/SHDI Complete 4.0 (1).csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/SHDI Complete 4.0 (1).csv -------------------------------------------------------------------------------- /DATA/SHDI-SGDI-Total 5.0.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/SHDI-SGDI-Total 5.0.csv -------------------------------------------------------------------------------- /DATA/similar_countries_5august24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/similar_countries_5august24.csv -------------------------------------------------------------------------------- /DATA/similarities_countries_GDL_indices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DATA/similarities_countries_GDL_indices.csv -------------------------------------------------------------------------------- /DHS_DATA/DHSdatafiles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/DHS_DATA/DHSdatafiles.csv -------------------------------------------------------------------------------- /LIS_DATA/LIS_compl_update_code.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/LIS_DATA/LIS_compl_update_code.R -------------------------------------------------------------------------------- /LIS_DATA/LIS_freq_update_code.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/LIS_DATA/LIS_freq_update_code.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/README.md -------------------------------------------------------------------------------- /READ_SYNTHPOP_DATA/read_synthpop_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/READ_SYNTHPOP_DATA/read_synthpop_data.R -------------------------------------------------------------------------------- /READ_SYNTHPOP_DATA/read_synthpop_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/READ_SYNTHPOP_DATA/read_synthpop_data.py -------------------------------------------------------------------------------- /SCRIPTS/DHS_modeled_synthpop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/DHS_modeled_synthpop.R -------------------------------------------------------------------------------- /SCRIPTS/DHS_synthpop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/DHS_synthpop.R -------------------------------------------------------------------------------- /SCRIPTS/Estimated_marginals.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/Estimated_marginals.R -------------------------------------------------------------------------------- /SCRIPTS/LIS_modeled_synthpop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/LIS_modeled_synthpop.R -------------------------------------------------------------------------------- /SCRIPTS/LIS_synthpop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/LIS_synthpop.R -------------------------------------------------------------------------------- /SCRIPTS/similarity_countries.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/SCRIPTS/similarity_countries.R -------------------------------------------------------------------------------- /VALIDATION/DHS_errorcalc_estimated_marginals_estimated_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/DHS_errorcalc_estimated_marginals_estimated_survey.R -------------------------------------------------------------------------------- /VALIDATION/DHS_errorcalc_estimated_marginals_observed_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/DHS_errorcalc_estimated_marginals_observed_survey.R -------------------------------------------------------------------------------- /VALIDATION/DHS_errorcalc_observed_marginals_estimated_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/DHS_errorcalc_observed_marginals_estimated_survey.R -------------------------------------------------------------------------------- /VALIDATION/DHS_errorcalc_observed_marginals_observed_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/DHS_errorcalc_observed_marginals_observed_survey.R -------------------------------------------------------------------------------- /VALIDATION/LIS_errorcalc_estimated_marginals_estimated_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/LIS_errorcalc_estimated_marginals_estimated_survey.R -------------------------------------------------------------------------------- /VALIDATION/LIS_errorcalc_estimated_marginals_observed_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/LIS_errorcalc_estimated_marginals_observed_survey.R -------------------------------------------------------------------------------- /VALIDATION/LIS_errorcalc_observed_marginals_estimated_survey.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VU-IVM/GLOPOP-S/HEAD/VALIDATION/LIS_errorcalc_observed_marginals_estimated_survey.R --------------------------------------------------------------------------------