Print function for objects obtained by calling summary.gt.mp
and summary.gt
# S3 method for summary.gt.mp
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
# S3 method for summary.gt
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
an object of class "summary.gt.mp" or "summary.gt"
digits for rounding
logical, indicating whether significance stars should be shown
further arguments to be passed to printCoefmat
A print out.