Fundamentals
Sum of Squares
Significance/Basics
Correlation
Correlation 2
100

The y-intercept is the value of Y when X equals:

0

100

The regression line, or best-fitting straight line to a set of data points, is the line associated with the

smallest possible value of __________________.

Sum of Squares

100

What does “n” represent?

Sample size

100

A positive correlation means that as the values of one factor increase, the values of the second factor  ____.


A negative correlation means that as the values of one factor increase, the values of the second factor ___.

increase.


decrease

100

What symbol represents correlation?

(r)

200

Linear regression is used to predict values of Y (the ____ variable), given values of X (the ___ variable).

criterion

predictor

200

The regression line is the line that makes the value of SS the:

smallest

200

What does p < .05 mean?

Statistically significant

200

A correlation is a statistical procedure used to describe the ____ and ___ of the linear relationship between two factors.

strength

direction

200

What happens to the value of r the closer that data points fall to the regression line?

The correlation coefficient increases closer

to r = ±1.0.

300

Equasion of slope

SSxy/SSx

AKA ---- SP/SSx 

300

Why does Y — have a hat? (ŷ)

Ŷ is the predicted value of Y, given values of X.

300

If p = .20, what is the conclusion?

 (Not significant)

300

The correlation coefficient symbol:

(r)

300

An instructor reports that as the number of student interruptions during class decreases, student scores on in-class quizzes increase


Is this an example of a positive correlation or a negative correlation?

Negitive (one going up, one going down)

400

Regression line formula:

Y = bX + a.

400

SSXY, which is the sum of products (SP), determines whether the slope of a straight line is:

positive or negative.

400

If R² = .25, how much variance is explained?

(25%)

400

Which of the following indicates the strongest correlation?

1. r = −.57

2. r = +.78

3. r = −.90

4. r = +.88

-.90

400

The correlation coefficient measures the:

variance 

AKA

distance that data points fall from the regression line.

500

Formula for 'a' from regression line:

MY − (b)MX.


(Mean of Y values) - (slope)(Mean of X values)

500

F(1, 6) = 28.83, p < .05, R^2 =.83, using the following equation: Ŷ = −0.57X + 5.74.

What is 1? What is 6?

What is 28.83?

What does p<.05 imply?

1 → df for regression (numerator)

  • number of predictors (1, in this case)

6 →  df for error/residual (denominator)

  • n-2

28.83 → F → test statistic

  • dividing ms reg/ms residual [ANOVA TABLE]
  • tells how much variance is explained vs. unexplained

p < .05 → Means the model is statistically significant

500

The degrees of freedom for regression variation, or degrees of freedom numerator, are equal to:


The degrees of freedom for residual variation, or degrees of freedom denominator, are equal to the sample size minus: __.

the number of predictor variables.


2

500

Given points (1,3), (2,2), (3,1), what is the slope?


What is a?


500 points for each. 

b = [−1] --> Slope

(2/-2)


a = [4] --> y-intercept

(-2)-(-1)(2)


Mx --> 2 My --> 2

(x-Mx)

1-2   = -1 -- 

2-2   = 0 -- 

3-2   = 1 -- 

(y-My)

3-2  = 1

2-2  = 0

1-2  = -1

(X−Xˉ)2

1

0

1

(Y−Yˉ)2

1

0

1

(X−Xˉ)(Y−Xˉ)

-1

0

-1

SSX=∑(X−Xˉ)2=

1+0+1

=2

SSXY=∑(X−Xˉ)(Y−Yˉ)

=−1+0+(−1)

=−2

2/-2 =


(-1) = slope


500

If Y = 2 + 3X, what is Y when X = 4?

14