Both plot(gam.object)
(regardless of whether in mgcv
or gam
) and car::crplots(model)
plot the partial residuals of a predictor and the corresponding non-parametric smoother.
True or False?
If False, what then is the difference between both outputs?
The only difference/benefit I can see in plotting the gam.object is that a wider range of smoothers with more specifications (e.g. df, smoothing parameter) can be used.
Would be grateful for any insights.