generates simple slopes plot from moderated regression equation
Arguments
- predictor_range
a length 2 vector of the range of values to be plotted on the predictor variable, Default: c(-4, 4)
- moderator_values
a vector of moderator values to be plotted, Default: c(-1, 0, 1)
- intercept
the intercept of the regression equation, Default: 0
- predictor_coef
the regression coefficient for the predictor variable, Default: 0
- moderator_coef
the regression coefficient for the moderator variable, Default: 0
- interaction_coef
the interaction term coefficent, Default: 0
- predictor_label
the label for the predictor variable, Default: 'X'
- criterion_label
the label for the moderator variable, Default: 'Y'
- moderator_label
PARAM_DESCRIPTION, Default: 'Moderator'