Direct effect matrix examples

Permanent Note Created: 01-07-2022 16:43

Parallel effects

AB1B2C
A0000
B11000
B21100
C1110
graph LR;
A-- a1 --> B1 -- b1-->C;
A-- a2 --> B2 -- b2-->C;
A--> |c'| C;

The direct effects matrix can also be created using values other than one. If a value of two is entered, than this indicates that a quadratic is to be used. This can also include third order (cubic) relationships. When creating the polynomial relationships it is necessary that the variables be mean centered before multiplied. There also needs to be a check on the outcome variable to determine if it is categorical or not. If so, than Logistic regression with multiple predictors needs to be used.

References