- R Data Visualization Recipes
- Vitor Bianchi Lanzetta
- 29字
- 2021-07-02 23:33:30
Getting ready
Quantile regressions come from the quantreg package; make sure to have it installed:
> if( !require(quantreg)){ install.packages('quantreg')}
Even ggplot2 relies on quantreg to fit quantile regressions.