Hi,
For my assignment, I am trying to replicate the graph in the paper: What Does Debt Relief Do for Development? Evidence from India's Bailout for Rural Households by Martin Kanz
I was able to run the regressions but I am having a problem replicating the graph. The commands that I have used:
The graph that I aim to get:

The graph that I am getting:

For my assignment, I am trying to replicate the graph in the paper: What Does Debt Relief Do for Development? Evidence from India's Bailout for Rural Households by Martin Kanz
I was able to run the regressions but I am having a problem replicating the graph. The commands that I have used:
Code:
xtreg lnagrevpa treated h_1 h_1x i._IFE* i._MFE* if included & farming==1, robust fe i(bankdistrictid) predict xi rdplot lnagrevpa hfc if included & farming==1, c(0) p(2) genvars(rdplot_hat_lnagrevpa)
The graph that I am getting:
Comment