To keep it simple here is a toy example
xtqreg Y Time, id(FID) ls quantile(.5)
I would like to plot the predicted median with confidence interval for each value of Time, but how do I find or calculate the predicted medians?
xtqreg Y Time, id(FID) ls quantile(.5)
I would like to plot the predicted median with confidence interval for each value of Time, but how do I find or calculate the predicted medians?

Comment