meffects {marginaleffects} | R Documentation |
meffects()
is an alias to slopes()
This alias is kept for backward compatibility and because some users may prefer that name.
meffects(
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,
...
)