

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Linear Regression, Relationship between Correlation and Regression, Formula for a Linear Regression Line, Standard Error of Estimate, Definitional Formula for SEE, Computational Formula are some points from this helpful lecture notes.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Ch. 17. Linear regression I. Relationship between correlation and regression A. Correlation; no prediction is involved, just have two sets of scores, no time gap between two tests. B. Regression; we are interested in prediction of Y using X scores. X is called predictor variable, Y is criterion variable. C. Formula for a linear regression line Y ˆ^ = bX + a where, Y ˆ^ = criterion variable X = predictor variable b = slope of the line = ΔY/ΔX
vertical rise = ────────────── horizontal run
a = Y-intercept.
II. Situation A. In the behavioral or social sciences, we hardly find a perfect linear line where all points are on the line (e.g.). B. The regression problem is to find the "best" line through a swarm of points to reflect a linear relationship between two variables because there are infinitely many lines reflecting linear relationship. C. We define the "best" line based on the Least Squares Criterion; this least squares line minimizes the sum of squared errors about the prediction line.
Y = Y ˆ^ + e ───> e = Y - Y ˆ Σe = Σ(Y - Y ˆ^ ) = 0 Σe² = Σ(Y - Y ˆ^ )² ≤ Σ(Y - Y ˆ^ + C)²