how do I compute +/- one standard deviation around my linear regression line?
Hi - I am trying to get jmp to compute a standard deviation around my linear regression line which I am using as a predictive model. Specifically, for each new (future) sample point, I would like to add + and minus one standard deviation to the regression result for that point. I know how to compute confidence intervals but not a standard deviation. Once I see how to make this computation I wou...