Announcement

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

  • kmatch: how to quickly do balance diagnostics

    I know we can do t-test for means before and after matching. Can we store all p values for after macching, if the smallest p values is above .1 (I want to use Stata to write code check this rather than check the covariates one by one manually ), then balance diagnostics of all covariates are good.

    Code:
    webuse cattaneo2, clear
    kmatch ps mbsmoke mage fage prenatal1 mmarried fbaby (bweight) (mage fage prenatal1 mmarried fbaby), att nate
Working...
X