gams-in-r-course icon indicating copy to clipboard operation
gams-in-r-course copied to clipboard

Bootstrapping

Open pavona12 opened this issue 2 years ago • 1 comments

Hi! I am a newbie in GAM. It would be great to add in these tutorials how to do bootstrapping. Also include on how to generate plots with bootstrapped CI. Thank you

pavona12 avatar Jun 08 '23 06:06 pavona12

What kind of bootstrapping did you have in mind? Nonparametric bootstrap (where we sample with replacement) is not recommended for GAMs because the replicate data points in a bootstrap sample can lead to oversmoothing.

gavinsimpson avatar May 14 '24 13:05 gavinsimpson