Learn R Programming

marginaleffects (version 0.12.0)

meffects: meffects() is an alias to slopes()

Description

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

Usage

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

Arguments