Description
Plot the Effects of Variables in Interaction Terms.
Description
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative interaction terms.
README.md
interplot
interplot
is a tool for plotting the conditional coefficients ("marginal effects") of variables included in multiplicative interaction terms. The function plots the changes in the coefficient of one variable in a two-way interaction term conditional on the value of the other included variable. The plot also includes simulated 95% confidential intervals of these coefficients.
To install:
- the latest released version:
install.packages("interplot")
. - the latest developing version:
remotes::install_github("sammo3182/interplot")
.
More details are available at:
http://cran.r-project.org/web/packages/interplot/vignettes/interplot-vignette.html
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.