Good Afternon everyone,
I am writing this post in order to receive some help with the verification of parallel trends assumption. The analysis I am conducting concerns the effect of the implementation of a CSR non-financial disclosure policy in Europe on Agency Costs of firms. Following some of the previous posts, I launched the following command on STATA:
preserve
collapse (mean) AgencyCost_w, by(CSR YEAR)
reshape wide AgencyCost_w, i(YEAR) j(CSR)
graph twoway connect AgencyCost_w* YEAR if YEAR < 2017
restore
the problem is that I only get one trend line, more in particular just the line for the non-treated group. CSR it's a dummy variable which equals 1 when a company is forced to prepare a CSR non financial report while equals 0 when a company is not forced to prepare the disclosure; AgencyCost it's the dependent variable. Of course I even have some control variables.
How can I solve the problem?
Thanks a lot for the answers!
Related Posts with Checking Parallel Trends assumption
How to graph the interaction effects of two dummy variables?Hi, I am trying to graph an interaction between two dummy variables (s and p) to see if the interact…
"Varlist required" error message in loop using local macroHi I'm trying to use a loop to generate a set of new variables representing the format of an existi…
misum error: variable _mj not foundDear all, I had used Daniel Klein's misum command in the past and never had an issue until now. I a…
mfp functionHow to estimate the function after fitting an mfp? I'm not looking at predict. I need the function s…
mean regression vs. regression toward the meanDear All, I just have a few dumb questions. Hopefully, someone here will help me understand econome…
Subscribe to:
Post Comments (Atom)
0 Response to Checking Parallel Trends assumption
Post a Comment