Recovering Marginal Effects and Standard Errors of Interactions Terms Pt. II: Implement and Visualize
In the last post I presented a function for recovering marginal effects of interaction terms. Here we implement the function with simulated data and plot the results using ggplot2.
#---Simulate Data and Fit a linear model with an... [Read more...]