Is there a way to consider (say) the upper bounds for all independant variables plus intercept?
I mean there is a way to find the 95% CI for each variable(even excel data analysis includes them) but what should be changed/taken account for a joint upper bound?do the probabilities of upper bound for an indpendant variable and upper for the intercept occuring indepenantly/simultaneously?
I know the answer is found at the following link: http://www.ics.uci.edu/~jutts/st108/Regression_Inferences_in_R.doc which says: If you want simultaneous confidence intervals for both the intercept and slope, using the Bonferroni method with joint confidence level α, set the level equal to 1 – α / 2...
but I need a bit of elaboration b4 I consider my question asnwered: a numeric example & adequate analysis...starting with what is bonferroni method