Dear all, I have two codes for xtdidregress :
and
The results from code 1 is
And for code 2 is:
when $logshortcov = $logshortcov_np con_of_corr rul_of_law reg_qua gov_eff poli_stab voice_acc
Could you please tell me why there is such a difference?
Code:
xtdidregress (lpay_turn_w1 $logshortcov_np con_of_corr rul_of_law reg_qua gov_eff poli_stab voice_acc) (post1treatvn), group(TYPE2) time(year1)
estat ptrends
Code:
xtdidregress (lpay_turn_w1 $logshortcov) (post1treatvn), group(TYPE2) time(year1)
estat ptrends
Code:
Parallel-trends test (pretreatment time period) H0: Linear trends are parallel F(1, 10233) = 10.00 Prob > F = 0.0016
Code:
Parallel-trends test (pretreatment time period) H0: Linear trends are parallel F(1, 8230) = 0.41 Prob > F = 0.5205
Could you please tell me why there is such a difference?

Comment