几年前学过Data Analysis and Statistical Inference[课程](https://class.coursera.org/statistics-001),使用的教材是An introduction to statistical learning with application in R。为了逼自己学下去,还硬头皮写[读书笔记](http://oiltang.com/[......]
标签归档:回归
ggplot2绘图时可以添加回归线与回归方程吗?
###ggplot2添加回归线与回归方程 ggplot2没有内置函数??还是我没找到?搜了很久都没有找到这个excel下使用很频繁的功能。搜来搜去就一种方法,多个出处[这里](http://codego.net/359517/)和[这里](https://groups.google.com/forum/#!topic/ggplot2/1TgH-kG5XMA),均是写一个函数来实现:
l[......]