Hi,
I am running the following regression :
I want to plot the value of the y variable (and not the coefficients) for each of the four years with confidence intervals. How can this be done in Stata. Thanks.
I am running the following regression :
Code:
areg Prop_60_above Acad_year2 Acad_year3 Acad_year4 [pw = Students_2015] , abs(School_Code) vce(cluster District)
Comment