Skip to content
Prev 174281 / 398506 Next

Difference between gam() and loess().

Rolf Turner wrote:
There are two obvious differences in the defaults.  In lo() from the gam 
package, span=0.5 and degree=1 while for loess(), span=0.75 and degree=2.

Try gam(y~lo(x,span=0.75,degree=2)) and see if that helps.

Kevin