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
Moving values from observations into new variables by groupHello everyone, I'm working on a dataset. As you can observe in the example below, I got two variab…
Replacing 1s (with missing values in between) with a consecutive sequence (from 1 to the row total)Hi! I was wondering if you could help me with the following question: I have the following (abbrevi…
Categorical variable postestimation at cluster levelI have a question about categorical variable regression and post-estimation procedures, not limited …
Panel ardl stata commandDear All, I would like to know how to include the lags of the dependent variable and independent v…
Understanding Margins with a Fractional Proportion DVHi All, I have a proportion DV. I can't use the Code: fracreg command because of my unit of analy…
Subscribe to:
Post Comments (Atom)
0 Response to Checking Parallel Trends assumption
Post a Comment