An open API service indexing awesome lists of open source software.

https://github.com/leeper/interaction-plot

A simple shiny app for examining interaction effects
https://github.com/leeper/interaction-plot

interaction-effect marginal-effect perspective-plot plot regression shiny

Last synced: 4 months ago
JSON representation

A simple shiny app for examining interaction effects

Awesome Lists containing this project

README

          

# Perspective Plot for Interaction Effects

This is a simple interactive perspective plot, built using Shiny, to examine interaction effects in a linear model.

To run it, do:

```R
library("shiny")
runGitHub("interaction-plot", "leeper")
```

The app looks like this:

![screenshot](images/screenshot.png)