【发布时间】:2015-05-09 20:39:22
【问题描述】:
我正在尝试从 qplot 中提取 500 个变量的截距和斜率。我正在使用的代码:
qplot(gd, nd, data = test, colour = factor(ENT)) +
geom_smooth(method = "lm", se = FALSE)
有人可以帮我提取每条回归线(500 条线/变量)的截距和斜率,如图所示。
【问题讨论】:
-
这是在 flickr 上的:flickr.com/photos/132350438@N04?
-
提前谢谢..RV.
标签: r ggplot2 coefficients