marginaleffects {marginaleffects}R Documentation

marginaleffects() is an alias to slopes()

Description

This alias is kept for backward compatibility and because some users may prefer that name.

Usage

marginaleffects(
  model,
  newdata = NULL,
  variables = NULL,
  type = NULL,
  by = FALSE,
  vcov = TRUE,
  conf_level = 0.95,
  slope = "dydx",
  wts = NULL,
  hypothesis = NULL,
  df = Inf,
  eps = NULL,
  ...
)

[Package marginaleffects version 0.10.0 Index]