Learn R Programming


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.

Copy Link

Version

Install

install.packages('interplot')

Monthly Downloads

1,419

Version

0.2.3

License

MIT + file LICENSE

Maintainer

Last Published

February 18th, 2021

Functions in interplot (0.2.3)

interplot.plot

Plot Conditional Coefficients in Models with Interaction Terms
interplot.lmmi

Plot Conditional Coefficients in (Generalized) Linear Models with Imputed Data and Interaction Terms
interplot.default

Plot Conditional Coefficients in (Generalized) Linear Models with Interaction Terms
interplot

Plot Conditional Coefficients of a Variable in an Interaction Term
interplot.mlmmi

Plot Conditional Coefficients in Mixed-Effects Models with Imputed Data and Interaction Terms
interplot.lmerMod

Plot Conditional Coefficients in Mixed-Effects Models with Interaction Terms