Re: NDHS 2022 analysed data matching with the country report [message #30405 is a reply to message #30238] |
Sun, 24 November 2024 21:16 |
pastoralworth
Messages: 1 Registered: November 2024
|
Member |
|
|
Discrepancies between raw DHS data and report figures are common due to adjustments made in the reports, such as applying weights and accounting for sampling design. Researchers typically adjust the data to match the numbers in country reports by using the appropriate survey weights and design features. To match the figures from Tables 9.1 and 9.2 retro bowl in the 2022 NDHS, ensure you apply the correct weights in STATA using the svyset command, like this: svyset [pweight=weight_variable], strata(strata_variable) fpc(fpc_variable). This will align your analysis with the weighted data used in the report.
|
|
|