Applied Multivariate Statistics - Multiple Linear Regression

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

1/27

flashcard set

Earn XP

Description and Tags

Multiple Linear Regression

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Multiple Linear Regression (MLR)

A statistical technique used to predict the score of an interval variable from the scores of multiple interval variables using a linear model.

2
New cards

Simple Linear Regression (SLR)

A method to predict the score of an interval variable from the score of another interval variable with a linear model: ŷ = b0 + b1x, where b1 is the slope and b0 is the intercept.

3
New cards

Slope (b1)

In simple linear regression, the slope represents the direction of the relationship between the independent and dependent variable.

4
New cards

Intercept (b0)

In simple linear regression, the intercept is the expected value for y if x = 0.

5
New cards

Null Hypothesis (H0) in SLR

b1 = 0, indicating that when X changes, Y remains the same (no relationship).

6
New cards

Alternative Hypothesis (HA) in SLR

b1 ≠ 0, indicating that when X changes, Y also changes (there is a relationship).

7
New cards

Error Term (e) or Residual

The difference between the actual value (y) and the predicted value (ŷ) in a regression model.

8
New cards

Multiple Linear Regression Equation

ŷ = b0 + b1x1 + … + bkxk, where k is the number of predictors in the model.

9
New cards
<p>Null Hypothesis (H0) in MLR</p>

Null Hypothesis (H0) in MLR

b1 = b2 = … = bk = 0, meaning the set of predictors has no effect on the dependent variable.This hypothesis posits that changes in the predictors do not result in changes in the outcome variable, implying there is no relationship.

10
New cards
<p>Alternative Hypothesis (HA) in MLR</p>

Alternative Hypothesis (HA) in MLR

b1 ≠ 0 OR b2 ≠ 0 OR … OR bk ≠ 0, meaning at least one predictor has an effect on the dependent variable.

11
New cards
<p>Total Sum of Squares (SST)</p>

Total Sum of Squares (SST)

Measures the total spread in the dependent variable (Y).Squared deviations of scores from the grand mean ()

<p>Measures the total spread in the dependent variable (Y).Squared deviations of scores from the grand mean ()</p>
12
New cards

Model Sum of Squares (SSM)

Measures the spread explained by the regression model. Squared deviations of fitted values (ŷ) from the grand mean ()

<p> Measures the spread explained by the regression model. Squared deviations of fitted values (ŷ) from the grand mean ()</p>
13
New cards

Residual Sum of Squares (SSR)

Measures the spread not explained by the regression model, that remains unexplained. Squared deviations of scores (y) from the fitted values/regression line (ŷ)

<p>Measures the spread not explained by the regression model, that remains unexplained. Squared deviations of scores (y) from the fitted values/regression line (ŷ)</p>
14
New cards

Coefficient of Determination (R2)

Measure of effect size for regression. Measures the proportion of the variation in the dependent variable (y) that is explained by the linear relationship with all the independent variables.

<p>Measure of effect size for regression. Measures the proportion of the variation in the dependent variable (y) that is explained by the linear relationship with all the independent variables.</p>
15
New cards

F-test - Is the regression model significant?

Ratio of explained and unexplained variance, used to determine if the regression model is significant.

<p>Ratio of explained and unexplained variance, used to determine if the regression model is significant.</p>
16
New cards

RQ: predict happiness from age (control variable) and social life (SOL). Hypothesis for predictors:

As age increases, happiness will improve based on social life quality. Test t-tests for regression coefficients (from JASP output)

<p>As age increases, happiness will improve based on social life quality. Test t-tests for regression coefficients (from JASP output)</p>
17
New cards

RQ: predict happiness from age (control variable) and social life (SOL). Hypothesis for variance:

knowt flashcard image
18
New cards

Steps in regression analysis

<p></p>
19
New cards

RQ2: Does the addition of the social network factors supportive children and supportive spouse improve the prediction?

We don’t test if these are good predictors, but if they improve the prediction given that age and social life are already in the model

<p>We don’t test if these are good predictors, but if they improve the prediction given that age and social life are already in the model</p>
20
New cards

Hierarchical Regression (Sequential Analysis) and hyphtohesis

Adding predictors to the model in a sequence to see if the addition of new variables improves the prediction.

<p>Adding predictors to the model in a sequence to see if the addition of new variables improves the prediction.</p>
21
New cards

Steps in sequential analysis

<p></p>
22
New cards

Theory-driven approaches in variable selection

Recommended for deciding which variables to include in a regression model, as researchers often know more than computers.

23
New cards

The regression coefficients always depend

on the presence of other predictors in the model

24
New cards

Enter method

= Researcher decides (what we have done so far)

25
New cards

Backward method

start with all the variables, remove predictors with highest p-values one by one, stop when all are significant

26
New cards

Forward method

compute all SLR models and start with the model that has the lowest p-value, then add predictors one by one with ascending p-values, stop when none can be added

27
New cards

Stepwise method

at each moment you can go forward or backward (define p-in and p-out)

28
New cards

Regression Models

Do not allow for causal conclusions due to potential issues like reverse causality or omitted variables. Direction of the causal relationship: Does 𝑌 cause 𝑋, or does 𝑋 cause 𝑌?

Omitted variables: is there a third variable that causes both 𝑋 and 𝑌?