Hi
I am trying to run a quantile regression and then plot the ols and quantile regression coefficients for variable treatment with confidence intervals
Ran the obove code but keeps showing the error below
invalid name
r(198);
Please help.
I am trying to run a quantile regression and then plot the ols and quantile regression coefficients for variable treatment with confidence intervals
Code:
grqreg treatment , cons ci ols olsci
invalid name
r(198);
Please help.
Comment