Multiple Linear Regression

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Equation for Multiple Linear Regression

Ŷ=b0+b1x+b2x…bmxm

where m = the number of prediction variables

2
New cards

what is b0

y intercept

3
New cards

what is bi

the i’th regression coefficient indicating how strongly predictor variable x1 can be used to predict Y with the model

4
New cards

what is R2

coefficient of determination

proportion of variance of x shared with y

5
New cards

two ways to calculate R2

  1. SSm/SSt

  2. (1-SSr)/SSt

6
New cards

What is R

multiple correlation coefficient

correlation between predicted values Ŷ and observed values Y

7
New cards

how to calculate R

square root of R2

8
New cards

dfm

number of predictor variables

9
New cards

dfr

N-(m+1) OR N-m-1

where N = number of observations and

m = number of B coefficients

10
New cards

What is the measure of effect size and how is it calculated?

Cohen’s f²

R² / 1- R²

11
New cards

What is multicolinearity and how do we test for it?

High similarity between 2 or more predictor variables (usually r>0.9)

Check using Tolerance - 1-R², where R² is the goodness of fit of one predictor variable with all the others

Tolerance should be above 0.1

12
New cards

What is singularity and how do we test for it?

Look for high multivariate correlations, and low tolerances