Print the publication-ready table stored by a gt_effect object.
Usage
# S3 method for class 'gt_effect'
print(x, ...)Arguments
- x
A
gt_effectobject.- ...
Further arguments passed to
to_gt().
Examples
x <- effect_size(mtcars, variable = mpg, group = am)
print(x)