Hello, I am trying to predict the residual standard error using bootstrap since they error terms are not independent. So far, I have found a linear model:
m1<-lm(y~x+I(x^2))
but I'm not sure how to use the boot strap to find the residuals.
I am having trouble finding any information online...