Skip to contents

Summary method for objects returned by gformula or mediation. Shows the full estimation results followed by fitted model coefficient tables.

Usage

# S3 method for class 'gformula'
summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

Object of class "gformula".

digits

Integer. Number of decimal places used when rounding numeric output. Default max(3, getOption("digits") - 3).

...

Not used.