Hi folks, I am using -psmatch2- to analyze a data and I was able to get the results with no question. However, I need a little bit of help interpreting the results I got after -pstest-. Below is what I got from the output. I am looking at the continous variable base_funskl after matching. People said that pstest will give you standardized mean difference but which one is it? Thanks!
Code:
. pstest base_funskl, both treated(_treated) graph label ---------------------------------------------------------------------------------------- Unmatched | Mean %reduct | t-test | V(T)/ Variable Matched | Treated Control %bias |bias| | t p>|t| | V(C) --------------------------+----------------------------------+---------------+---------- base_funskl U | 9.3652 8.8219 18.1 | 2.75 0.006 | 0.97 M | 9.3406 9.5826 -8.1 55.5 | -0.99 0.321 | 0.85 | | | ---------------------------------------------------------------------------------------- * if variance ratio outside [0.80; 1.24] for U and [0.80; 1.25] for M ----------------------------------------------------------------------------------- Sample | Ps R2 LR chi2 p>chi2 MeanBias MedBias B R %Var -----------+----------------------------------------------------------------------- Unmatched | 0.006 7.53 0.006 18.1 18.1 18.1 0.97 0 Matched | 0.001 0.99 0.320 8.1 8.1 7.8 0.85 0 ----------------------------------------------------------------------------------- * if B>25%, R outside [0.5; 2]
Comment