print.regTable: Print regTable objects.

print.regTableR Documentation

Print regTable objects.

Description

print.regTable() is the default print method for objects produced by \linkIntregTable. The output that it produces differs from print.table() output because print.regTable()

  • right-aligns row names;

  • inserts one space between each estimate and SE column, but two spaces between estimate-SE column tiers, thereby making it easier to distinguish between results from different regressions;

  • uses two rows of column headings: one to show the outcome for each regression, and another to distinguish columns of coefficient estimates from columns of SE estimates;

  • does not print attributes (e.g., "N", "r.squared").

Usage

## S3 method for class 'regTable'
print(x, decimalPlaces = getOption("Bullock.print.regTable.dp"), ...)

Arguments

x

regTable object.

decimalPlaces

Integer. Table entries will be rounded to this number of digits after the decimal point. By default, it is the value of getOption("Bullock.print.regTable.dp"), which is set to\NB2 when the Bullock package is loaded. You can change the default by running options("Bullock.print.regTable.dp") <- N at any time, where N is your preferred number of digits after the decimal place.

...

Arguments passed to print.table().


jbullock35/Bullock documentation built on April 1, 2022, 6:21 p.m.