Learn R Programming

marginaleffects (version 0.3.3)

summary.marginaleffects: Summarize a marginaleffects object

Description

Summarize a marginaleffects object

Usage

# S3 method for marginaleffects
summary(object, conf.level = 0.95, ...)

Arguments

object

An object produced by the marginaleffects function

conf.level

The confidence level to use for the confidence interval if conf.int=TRUE. Must be strictly greater than 0 and less than 1. Defaults to 0.95, which corresponds to a 95 percent confidence interval.

...

Additional arguments are pushed forward to predict().

Value

Data frame of summary statistics for an object produced by the marginaleffects function