multiple linear regression

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

1/15

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.

16 Terms

1
New cards

multiple linear regression

allows us to make predictions with multiple independent variables

2
New cards

MLR is a model of

a hypothetical model of the relationship between the outcome variable and at least two predictor variable

3
New cards

R2

proportion of variability in y explained by all the 2+ predictions

4
New cards

How good is the line/the model?

how well is the criterion variable y predicted by the predictor variables; want small SS Error

5
New cards

R2 is larger than

r2

6
New cards

R2 increasing does not equal

explains significantly more variance

7
New cards

R2 estimates the parameter

P2

8
New cards

R2 is a biased estimator because

it inflates and overestimates P2

9
New cards

what is a better point estimate of P2

R2 adjusted

10
New cards

How to test significance of R2

Omnibus F-stat; F = (SSR/dfR) / (SSE/dfE)

11
New cards

what does the slope covey

change in y with all other predictors being held constant

12
New cards

How good is each predictor?

how well does each predictor variable contribute to the model to help predict the criterion variable

13
New cards

how to test the significance of the slope

t-test; with df = N-k-1; b/sb

14
New cards

Is there a better model

compare “full" model” with all predictor variable of interest with a reduced model

15
New cards

significance test for the increase in explained variance, from the added variables

F-statistic; Fchange —> compare to Fcrti

16
New cards

assumption lack multicollinearity

should be no high inter correlations among two or more independent variable in a multiple regression mode