Skip to contents

Print the publication-ready table stored by a gt_effect object.

Usage

# S3 method for class 'gt_effect'
print(x, ...)

Arguments

x

A gt_effect object.

...

Further arguments passed to to_gt().

Value

The input object, invisibly.

Examples

x <- effect_size(mtcars, variable = mpg, group = am)
print(x)