I am using bootstrapping to estimate the statistics and CIs of coefficients of linear regression.
As far as I understand, bootstrap is used for estimate the statistics of estimates, here the estimates of the coefficients in linear regression.
I have heard that bootstrap is a solution to bad assumptions in linear regression in a slide "One Solution to Bad Assumptions". There are several assumptions in linear regression, such as independence between observations, additivity (no multicollinearity), linearity, normality, homoscedasticity, .... Is bootstrap a solution to some bad assumptions in linear regression, and if yes, how?
Thanks.