Calculates Simple Slopes from an interaction between a categorical and quantitative variable.
simple_slopes(mod, quant_var, cat_var)
A data frame giving the conditional partial effect along with standard errors, t-statistics and p-values.
A model object that contains an interaction between a quantitative variable and a factor.
A character string giving the name of the quantitative variable ine the interaction.
A character string giving the name of the factor variable ine the interaction.