This package browser is in early development. Mind the rough edges.

r-ggeffects 2.2.0

Create tidy data frames of marginal effects for ggplot

This package provides tools to compute marginal effects from statistical models and return the result as tidy data frames. These data frames are ready to use with the ggplot2 package. Marginal effects can be calculated for many different models. Interaction terms, splines and polynomial terms are also supported. The two main functions are ggpredict() and ggeffect(). There is a generic plot() method to plot the results using ggplot2.

Installation

Install r-ggeffects 2.2.0 as follows:

guix install r-ggeffects@2.2.0

Or install the latest version:

guix install r-ggeffects

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.