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

meffectsR Documentation

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,
  numderiv = "fdforward",
  ...
)

marginaleffects documentation built on Oct. 20, 2023, 1:07 a.m.