I wanna use R to complete the quantile regression and then draw the picture by Plot function.
BUT I wanna one plot just like the picture1.
I have no idea how to complete the picture in plot function or gglot2
Thanks for your help!
library(quantreg)
fit1 = rq(TQ ~ PACE + ORTG + DRTG, tau = c(0.10,0.25,0.50,0.75,0.90), data = ZSL)
plot (fit1)
Hi, Can you provide a reproducible example? We don't have access to ZSL
system
Closed
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.