Learn R Programming

marginaleffects (version 0.17.0)

deltamethod: deltamethod() is an alias to hypotheses()

Description

This alias is kept for backward compatibility.

Usage

deltamethod(
  model,
  hypothesis = NULL,
  vcov = NULL,
  conf_level = 0.95,
  df = Inf,
  equivalence = NULL,
  joint = FALSE,
  joint_test = "f",
  FUN = NULL,
  numderiv = "fdforward",
  ...
)

Arguments