Is there a way to gain the equations and coefficients when using the R's car package of both the smoothing and regression (line) model?
scatterplot(prestige ~ income, data=Prestige)
scatterplot(prestige ~ income, data=Prestige, smoother=gamLine)
(the gamLine argument requiring the mgcv package)
Thanks