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

Creating and customizing plots

Working examples

Technical details



javifar/ggeffects documentation built on Jan. 21, 2022, 12:04 a.m.