knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  dev = "png",
  fig.width = 7,
  fig.height = 3.5,
  message = FALSE, warning = FALSE)
options(width = 800)

The documentation of the ggeffects package, including many examples, is available online. Here you can find the content of the available documents. Click on a link to visit the related website.

General introductions into the ggeffects package

Interpretation and Significance Testing

Creating and customizing plots and tables

Case Studies

Technical details



strengejacke/ggeffects documentation built on Sept. 26, 2024, 10:42 p.m.