Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • computing age-specific fertility rates using tfr2 command and matching weights

    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.
    Code:
     tfr2  [pweight=v005], len(3) ageg(5) bvar(b3_*) dates(v008) wbirth(v011)
    I am also using propensity score matching and computing matching weights using this command:
    Code:
     psmatch2 depvar [indepvars], odds logit
    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

  • #2
    Your question is addressed in this thread. See also this web page, which suggests that propensity score matching is a bad idea. Instead, the authors recommend matching on Mahalanobis distance or coarsened exact matching (cem). Follow by a tfr2 analysis that ignores the matching.
    Last edited by Steve Samuels; 19 Jun 2018, 15:41. Reason: Added reference to alternative matches
    Steve Samuels
    Statistical Consulting
    [email protected]

    Stata 14.2

    Comment

    Working...
    X