How to Create an APA Style Interaction Graph in R (Part 2)
When running regression analyses, analyzing the interactions between predictor variables is an essential step. Examining p-values and coefficients is not enough, though, we also need to plot the lines to really understand what is happening between an independent variable and a moderator. Following up on Part 1 of this topic, the code below allows you […]