gams-in-r-course
gams-in-r-course copied to clipboard
Bootstrapping
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
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.