Hi !
I am using a DHS (birth history) dataset and computing age-specific fertility rates using tfr2 command. This command uses DHS sampling weights by default.
I am also using propensity score matching and computing matching weights using this command:
I want to recompute age specific fertility rates using the matched sample. To do so I used the same command (tfr2) with matching weights.
I'm not sure if using matching weights instead of sampling weights is okay or if it is possible to somehow employ both weights.
Any recommendation would be greatly appreciated.
Thank you in advance.
Regards,
Ece
I am using a DHS (birth history) dataset and computing age-specific fertility rates using tfr2 command. This command uses DHS sampling weights by default.
Code:
tfr2 [pweight=v005], len(3) ageg(5) bvar(b3_*) dates(v008) wbirth(v011)
Code:
psmatch2 depvar [indepvars], odds logit
I'm not sure if using matching weights instead of sampling weights is okay or if it is possible to somehow employ both weights.
Any recommendation would be greatly appreciated.
Thank you in advance.
Regards,
Ece
Comment