Mechanics of Linear Regression Analysis
Build the Linear equation: Use least squares method, regression equation will be a straight line that best fits the data from independent and dependent variables
Statistical Testing: Hypotheses: Ho: B = 0 or Ha: B =/= 0. Two options to calculate test statistic (see notes)
Decision rules: Can use F or t test. F.05(1), dfR, dfr. Tcrit=t.05(2), ny-2
Calculate the Coefficient of Determination: Measurement of how much of the variation in Y is explained in the regression model (line), expressed as a percent. r2 = b(SCP) / SSy











