


--------------------------------
----------------------------------------------------------

Write an interpretation of r^2 using the template in the Activity 2.1 Readings. We will do this one as a class.
Template: The proportion of the variation in the Y variable that is explained by the SLR model with the X variable is r^2.
For slope : Template: As x var increases by 1 unit, we predict y var will increase/dec by ____ y var units.
For y-intercept: When x var = 0 units, we predict that the y var will be ____ units..
For SLR: Error = epsilon = y - yhat = y - (betahat0 + betahat1x)
SSE = residual1^2 + res. 2^2 +…+ res. n^2

Standard error of regression = Root MSE (in SAS language)
The text lists six conditions for simple linear... Continue reading "Understanding Simple Linear Regression: R-squared, Slope, and Conditions" »