The output of PROCESS starts with information about the version of PROCESS you are using, followed by a summary of the model you are testing including sample size data.
Next, PROCESS gives output of several (logistic) regression analyses, which are discussed below in the order in which they are presented in the output.
In the first analysis, the effect of the independent variable X on the mediator M is tested (the heading OUTCOME VARIABLE contains the name of your mediator). Under coeff, you find a regression weight for your independent variable X. This is the value of coefficient a in your mediation model. You can use the p-value to determine whether the a path is significantly different from 0.
In the second analysis (the one where OUTCOME VARIABLE contains the name of your dependent variable), two effects are given.
The direct effect of independent variable X on dependent variable Y is given by the regression weight of your independent variable (under coeff). This is the c’ coefficient and you can use the p-value to determine whether the c’ path is significantly different from 0.
In the row with the mediator (under coeff), you can find the regression weight of the effect of mediator M on dependent variable Y. This is the b coefficient and you can use the p-value to determine whether the b path is significantly different from 0.
Next, below ** TOTAL EFFECT MODEL **, you can find the analysis for the effect of independent variable X on dependent variable Y without the mediator in the model (notice that OUTCOME VARIABLE contains the name of your dependent variable again).
Under coeff, you can find the regression weight for the effect of independent variable X on dependent variable Y without the mediator in the model. This is the value of coefficient c in your total effect model. You can use the p-value to determine whether the c path is significantly different from 0.
At the end of your output you can find ** TOTAL, DIRECT AND INDIRECT EFFECTS OF X ON Y**.
You first get a repetition of the total effect of X on Y and the direct effect of X on Y (note that these values are the same as their respective paths in the output above).
Under Indirect effect(s) of X on Y, you can find the indirect effect. In the row with the name of the mediator, the value under effect gives you the indirect effect (so ab). Whether this indirect is different from 0 is not tested with regression analysis (and therefore you do not get a p-value). Instead, bootstrapping is used to test whether the indirect effect can be considered different from 0. This bootstrapping procedure gives you a BootSE (standard error) and a lower and an upper bound of the bootstrap confidence interval (which confidence intervals PROCESS uses is noted at the bottom of the output; the default is a 95% confidence interval).
- If the confidence interval of the indirect effect includes 0, then you cannot conclude that the indirect effect is different from 0.
- If the confidence interval of the indirect effect does not contain 0 (so is entirely above 0 or entirely below 0), the indirect effect is most likely different from 0.
Fun fact! If ordinary regression analyses are used (thus no logistic regression), the total effect c is the sum of the indirect effect and the direct effect (thus c = ab + c’ and ab = c − c′) and the indirect effect (ab) is the product of the a coefficient and the b coefficient (ab = a*b). Just calculate it by yourself.