I am looking for a STATA version of the following R command:
https://www.rdocumentation.org/packa...cs/effect_plot
Basically the command is plotting the relationship estimated by the regression equation, where that the x-axis is any independent variable, but that the estimated line is from the regression. I want to run this plot after the reghdfe command in STATA. I have attached an example, this appears so simple in R. I tried to import my data into R and tried to run a within estimator via a linear panel model (plm) but I am rather new to R and that is given me nightmares.
https://www.rdocumentation.org/packa...cs/effect_plot
Basically the command is plotting the relationship estimated by the regression equation, where that the x-axis is any independent variable, but that the estimated line is from the regression. I want to run this plot after the reghdfe command in STATA. I have attached an example, this appears so simple in R. I tried to import my data into R and tried to run a within estimator via a linear panel model (plm) but I am rather new to R and that is given me nightmares.

Comment