r-ggeffects
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
.
- Versions: 2.2.0
- Website: https://github.com/strengejacke/ggeffects
- Licenses: GPL 3
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-ggeffects
as follows:
guix install r-ggeffects
Or install a particular version:
guix install r-ggeffects@2.2.0
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.
Badge code
You can use the following badge to inform users of r-ggeffects about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-ggeffects'><img src='https://packages.guix.gnu.org/packages/r-ggeffects/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-ggeffects)
Example Org:
[[https://packages.guix.gnu.org/packages/r-ggeffects][https://packages.guix.gnu.org/packages/r-ggeffects/badges/latest-version.svg]]