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
Panel Data CEO-firm fixed effectsDear Statalists, I am new to Stata. I have one inquiry on performing the CEO-firm fixed effects for…
Cleaning dataHi, first post on stata forum here: Hello. I have a survey dataset with lots of -5, -4, -3, -2, -1 f…
Command -ritest- for randomization inference in Stata now available from SSC.Thanks to Kit Baum, -ritest- is now available for download from SSC. -ritest- is a module to conduct…
Regressions on each sample after propensity score matchingDear All I have not used propensity score matching before. I read lots of materials but I am still c…
Query regarding the Hansen statistic obtained after xtabond2Hello, I have a question regarding running the xtabond2 command, with alternating years of data. I …
Subscribe to:
Post Comments (Atom)
0 Response to Checking Parallel Trends assumption
Post a Comment