Hi all,
I have the following code below. I am trying to see how the number of caseworkers who quit an office changes due to the implementation of a policy that was implemented in one of five offices in my county. Treated=1 if we are post the time period of implementation, and in that office. Count_* is a list of variables that counts the numbers of referrals, types of cases, etc that the offices see (basically, I want the other four offices to be combined into a control group that looks similar to the treatment office). Is this logic correct? SCUL produces two graphs it appears--the first one plots the real and synthetic office over time in number of quits, but this one goes away quickly as the next graph pops up. How can I save both graphs to look at? Thanks!
I have the following code below. I am trying to see how the number of caseworkers who quit an office changes due to the implementation of a policy that was implemented in one of five offices in my county. Treated=1 if we are post the time period of implementation, and in that office. Count_* is a list of variables that counts the numbers of referrals, types of cases, etc that the offices see (basically, I want the other four offices to be combined into a control group that looks similar to the treatment office). Is this logic correct? SCUL produces two graphs it appears--the first one plots the real and synthetic office over time in number of quits, but this one goes away quickly as the next graph pops up. How can I save both graphs to look at? Thanks!
Code:
scul num_quits count_*, treated(treated) graph save "real_x"
Comment