Hello, I am trying to write a code to estimate the residual standard error and create a confidence interval using bootstrap, since it does not follow a normal distribution.
So far I have found a linear model for the data (m1<-lm(y~x+I(x^2))), but I am not sure how to create the bootstrap code to estimate its residuals. Thank you for any input, Kelsey [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.