Introduction To Linear Regression
Introduction To Linear Regression
Chapter:
Home
I.
II.
III.
IV.
V.
VI.
VII.
VIII.
IX.
X.
XI.
XII.
XIII.
Introduction
Graphing Distributions
Summarizing Distributions
Describing Bivariate Data
Probability
Research Design
Normal Distribution
Advanced Graphs
Sampling Distributions
Estimation
Logic of Hypothesis Testing
Tests of Means
Power
XIV. Regression
1. Contents
Standard
2. Introduction to Linear
Regression
Standard
3. Linear Fit Demo
Standard
4. Partitioning Sums of
Squares
Standard Video
5. Standard Error of the
Estimate
Standard Video
6. Inferential Statistics for b
and r
Standard Video
Section:
14. Regression
14.
Regression
David M. Lane
Prerequisites
Measures
of Variability,
Describing Bivariate Data
Learning Objectives
1. Define linear regression
2. Identify errors of prediction in a scatter plot with a regression line
In simple linear regression, we predict
scores on one variable from the scores on
a second variable.
The variable we are predicting is called the criterion
variable
and is referred to as Y. The variable we are basing our predictions on is called
the
predictor variable and is referred to as X. When there is only one predictor
variable,
the prediction method is called simple regression.
In simple linear
regression, the topic of this section, the predictions
of Y when plotted as a
function of X form a straight line.
The
example data in Table 1 are plotted in Figure 1. You can see
that there is
a positive relationship between X and Y. If you
were going to predict Y from X,
the higher the value of X,
the higher your prediction of Y.
Table 1. Example data.
1.00
1.00
7. Influential Observations
Standard Video
2.00
2.00
3.00
1.30
4.00
3.75
5.00
2.25
9. Introduction to Multiple
Regression
Standard Video
10. Statistical Literacy
Standard
11. Exercises
Standard
XV. Analysis of Variance
http://onlinestatbook.com/2/regression/intro.html[11/12/2015 7:39:52 AM]
Introduction to Linear
Regression
Introduction
to Linear
Regression
XVI.
XVII.
XVIII.
XIX.
XX.
XXI.
XXII.
Transformations
Chi Square
Distribution Free Tests
Effect Size
Case Studies
Calculators
Glossary
Y'
Y-Y'
(Y-Y')2
0.044
0.133
0.578
1.600
0.436
MX
MY
sX
sY
2.06
1.581
1.072
0.627
STANDArDiZED VAriABlES
The regression equation is simpler if variables are standardized so that their
means are equal to 0 and standard deviations are equal to 1, for then b = r and
A = 0. This makes the regression line:
ZY' = (r)(ZX)
where ZY' is the predicted standard score for Y, r is the correlation, and ZX is the
standardized score for X. Note that the slope of the regression equation for
standardized variables is r.
A REAl ExAMPlE
The case study "SAT and College GPA" contains high school and university grades
for 105 computer science majors
at a local state school. We now consider how
we could predict
a student's university GPA if we knew his or her high school
GPA.
Figure 3 shows a scatter plot of University GPA
as a function of High School GPA.
You can see from the figure
that there is a strong positive relationship. The
correlation
is 0.78. The regression equation is
University GPA' = (0.675)(High School
GPA) + 1.097
Therefore, a student with a high school GPA of
3 would be predicted to have a
university GPA of
University GPA' = (0.675)(3)
+ 1.097 = 3.12.
Question 1 out of 7.
Check Answer
Previous Question
Next Question
Similar Question