【发布时间】:2013-07-09 10:39:37
【问题描述】:
在使用R的汽车包的平滑和回归(线)模型时,有没有办法获得方程和系数?
scatterplot(prestige ~ income, data=Prestige)
scatterplot(prestige ~ income, data=Prestige, smoother=gamLine)
(需要 mgcv 包的 gamLine 参数)
谢谢
【问题讨论】:
标签: r model scatter-plot mgcv r-car