How do I add 95% CIs?
Code:
reg retail_and_recreation post_ trust_group dif_in_dif i.week, r collapse (mean)retail_and_recreation, by(trust_group date2) twoway (line retail_and_recreation date2 if trust_group ==1) (line retail_and_recreation date2 if trust_group ==0), tline(14mar2020) legend(label(1 High Trust) label(2 Low Trust))
0 Response to Generating confidence intervals using a line graph
Post a Comment