lecture 26 (stats) Flashcards
(7 cards)
1
Q
moderation?
A
- an interaction effect between the predictor variable and the moderator (when one predictor variable influences the effects of the other predictor variable)
- a moderator is a variable that affects the direction and strength of the relationship between the independent variable and the dependent variable
- if the moderator present is continuous the slope of X and Y will change as the moderator changes (3D model)
2
Q
linear regression formula?
A
Out = b0 + b1Pred + b2Mod + b3PredMod + error
- check notebook for model
3
Q
check multicollinearity?
A
- can be done through correlation matrix -> check correlation between two predictor variables
- still prefereble to use Tolerance and VIF in Jasp
4
Q
interpretation of the model?
A
- the better the correlation between expectated and observed values the better our model performed
- r^2: propotion of explained variance
5
Q
how to do moderation analysis in Jasp?
A
- linear regression tab
- put dependent variables and covariates at the right place
- go to model -> select both independent variables -> add them to model 1 -> you get the interaction effect on the tables
- also possible to do it in process (beta) tab but use process beta in exam
6
Q
hierarchical regression in jasp?
A
- use it if you want to isolate the interaction effect
- add predictor variables without interaction effect to null model -> go to statistics -> model summary -> R squared change (how much did R^2 increased by looking at the interaction effect
7
Q
how to visualize interactioneffect on continous variables in Jasp?
A
descriptives -> flexplot -> put dependent variable and independent variable in respective place -> options -> fitted line -> regression