Moderated Multiple Regression
Announcements and Course Progress
Tutorials and Practical Testing: - Tutorials are continuing this week with a focus on Practical Test 6. - Practical Test 6 involves Jamovi interpretation for Hierarchical Multiple Regression (HMR) and conducting moderated multiple regression in Jamovi (Part I). - Practical Test 5 marks were released to Learn.UQ on Monday evening, including general feedback. - Practical Test 7 will be administered in Week 11 tutorials. This is a 15-minute paper test requiring a pen/pencil/eraser. It covers moderated multiple regression, calculating mean-centered scores, interaction terms (bring a calculator), and describing relationships from Jamovi output and figures. Mock tests will be released by the end of the week.
Assignments: - Assignment 1 (Factorial ANOVA) marks were released Monday evening. - Assignment 2 (Multiple Regression) will be released Friday evening. Students are encouraged to map the assignment onto current class learning.
Class Study: - PSYC3010 Class Study II is available at
https://tinyurl.com/PSYC3010S2. Students should complete this for the correlation/regression block.Featured Pets: - The week's featured pets include: Skipper, Coco, Tato, and Poochie.
Review of Hierarchical Multiple Regression (HMR)
- Definition: Multiple regression where predictors are entered into the model sequentially in a pre-specified order based on logic or theoretical grounds.
- Use in Interactions: HMR is used to test for interactions between predictors by: 1. Adding predictors at Step 1. 2. Adding the interaction term at Step 2.
Introduction to Interactions in Multiple Regression
- Interaction Defined: A situation where a particular effect or relationship between variables changes as a function of another variable.
- Purpose: Interactions add nuance to established effects by indicating boundary conditions—the conditions under which an effect is likely to be stronger, weaker, non-existent, or reversed.
- Moderated Multiple Regression (MMR): This is the specific method used to test for interactions in the context of regression. Moderation is said to occur when there is a significant interaction between two predictors.
Comparison: Two-Way Factorial ANOVA vs. Moderated Multiple Regression
- Conceptual Similarity: Both examine if the effect of one variable on a dependent variable/criterion changes as a function of a second variable.
- Factorial ANOVA: - Examines whether the effect of Factor on the DV changes based on Factor . - Uses categorical variables (groups/conditions). - ANOVA does not function with continuous variables.
- Moderated Multiple Regression: - Examines whether the relationship between a focal predictor () and a criterion () changes as a function of a moderator (). - Predictors ( and ) can be continuous or categorical.
The Moderated Multiple Regression Framework
- Predictor Designations: In MMR, we typically designate one predictor as the Focal Predictor () and the other as the Moderator ().
- Statistical Components: - The model includes the additive relationships (direct effects) and the interaction term () to see if the latter contributes to predicting the criterion ().
- Three Key Tests in MMR: 1. Direct effect of : Does significantly predict ? (Relationship between and ). 2. Direct effect of : Does significantly predict ? (Relationship between and ). 3. Interaction between and : Does the interaction significantly predict ? Does the - relationship change at different levels of ?
- Independence of Tests: These three tests are conceptually distinct. A significant interaction cannot be inferred from significant direct effects, or vice versa.
The MMR Linear Model
- Additive Effects (No Interaction):
- Interactive Effects (Additive + Interaction):
- Standardized Model:
Analysis Plan for Moderated Multiple Regression
- Standard Procedure: 1. Use Hierarchical Multiple Regression. 2. Step 1: Enter only the predictors ( and ) to test additive "direct effects." 3. Step 2: Enter the interaction term () to see if it significantly increases the variance accounted for in . This is tested using the significance of change (). 4. Post-hoc: If the interaction is significant, interpret it using simple slopes analysis.
Visualization: Plots and Slopes
- 3D Visualization: While interactions can be shown in 3D (where the relationship between and varies across the plane of ), these are difficult to report.
- 2D Customary Plots: - The y-axis is the criterion (). - The x-axis is the focal predictor (). - The moderator () is represented by separate lines (typically representing "low" and "high" levels).
- Rules for Interpretation: - If the lines are parallel, there is no interaction. - If the lines have different slopes, it indicates an interaction (e.g., is positively associated with when is low, but negatively associated when is high).
Procedural Example: Relationship Satisfaction
- Scenario: A study of people examining relationship satisfaction.
- Variables: - Focal Predictor (): External Stressors (, ). - Moderator (): Communication Quality (, ). - Criterion (): Relationship Satisfaction (, ).
- Hypotheses: 1. External stressors will uniquely negatively predict satisfaction (controlling for communication). 2. Communication quality will uniquely positively predict satisfaction (controlling for stressors). 3. Communication quality will moderate the stressors-satisfaction relationship, attenuating (weakening) it at higher levels of communication quality.
Step-by-Step implementation in Jamovi
Step 1: Mean-Centering and Calculating Interaction
- The Procedure: 1. Mean-center $X$ and $W$ by subtracting the mean of each variable from individual scores. 2. Multiply the mean-centered scores to create the interaction term ().
- Why Mean-Center? - Reduces Multicollinearity: Predictors and their interaction term are often highly intercorrelated; centering reduces this. - Interpretability: A score of on a centered variable represents the average. Positive scores are above average, negative scores are below average.
- Jamovi Commands:
-
c_Stressors = External Stressors - VMEAN(External Stressors)-c_Communication = Communication Quality - VMEAN(Communication Quality)-c_Interaction = c_Stressors * c_Communication
Step 2: Testing Significance
- Overall Model Statistics (Step 1): - External stressors and communication explain of variance. - .
- Change Statistics (Step 2): - Adding the interaction explains an additional of variance. - . This confirms a significant interaction.
- Step 2 Overall Statistics: - Full model explains of variance (). - .
- Individual Predictor Statistics (Step 1): - Stressors: . Uniquely accounts for of variance (). - Communication: . Uniquely accounts for of variance ().
- Individual Predictor Statistics (Step 2): - Focus on the interaction term: . Uniquely accounts for of variance ().
- Regression Equations: - Unstandardized: - Standardized:
Step 3: Simple Slopes Analysis
- Definition: Testing the relationship between and at specific "low" () and "high" () levels of the moderator ().
- Procedural Steps: 1. Create two new moderator variables: and . 2. Create two new interaction terms representing the interaction at these low and high levels ( and ). 3. Run SMR twice (once per level).
- Jamovi Simple Slopes Results: - Low Communication Quality: External stressors is a significant negative predictor (). - High Communication Quality: External stressors is not a significant predictor ().
- Conclusion: Hypothesis 3 is supported; communication quality moderates the relationship by attenuating the negative effect of stressors at high levels.
Step 4: Plotting the Interaction
- Graphing via Simple Regression Equations: - Low Comm (): - High Comm ():
- Calculating Coordinates: Substitute and of () into equations: - Low Comm Line: Low Stressor (), High Stressor (). - High Comm Line: Low Stressor (), High Stressor ().
- Visual Result: The line for high communication quality is horizontal (no relationship), while the line for low communication quality has a steep negative slope.
Summary of Findings
- Hypothesis 1: Supported (Direct effect of stressors).
- Hypothesis 2: Supported (Direct effect of communication).
- Hypothesis 3: Supported (Moderation and attenuation).
- Next Topic: Mediation and Indirect Effects.