print.summary.gt.mp: Print Functions for summary.gt.mp and summary.gt

Description Usage Arguments Value

Description

Print function for objects obtained by calling summary.gt.mp and summary.gt

Usage

1
2
3
4
5
6
## S3 method for class 'summary.gt.mp'
print(x, digits = max(3, getOption("digits") - 3),
 signif.stars = getOption("show.signif.stars"), ...)
## S3 method for class 'summary.gt'
print(x, digits = max(3, getOption("digits") - 3),
 signif.stars = getOption("show.signif.stars"), ...)

Arguments

x

an object of class "summary.gt.mp" or "summary.gt"

digits

digits for rounding

signif.stars

logical, indicating whether significance stars should be shown

...

further arguments to be passed to printCoefmat

Value

A print out.


binGroup documentation built on May 2, 2019, 8:57 a.m.