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
Merging two panel datasetI am facing problem to merge the individual data set e.g Dataset 1: prepaid data for location 1 has…
Databases mergeHi all, so, this is a quite border line question. Hence, sorry if it is out of topic a bit. The de…
multiple regression when significant difference between groups within 1 regression?Hi there, I am studying the effect of becoming a parent on the earnings of fathers versus mothers. …
Can someone help?! Can not get the mean of observations vertically! (with missing values)I have several financial metrics for about 60,000 stocks (+2.5M observations), and a sample of my Re…
horizontal bargraph with multiple binary variablesDear all, I am quite stuck with some descriptive statistics. I have a household survey with binary …
Subscribe to:
Post Comments (Atom)
0 Response to Checking Parallel Trends assumption
Post a Comment