Skip to contents

Print method for an 'est_table' object

Usage

# S3 method for est_table
print(x, ..., nd = 3, empty_cells = "--", group_first = FALSE)

Arguments

x

Object of the class est_table.

...

Optional arguments to be passed to print() methods.

nd

The number of digits to be printed. Default is 3. (Scientific notation will never be used.)

empty_cells

String to be printed for empty cells or cells with no values. Default is "--".

group_first

Not used.

Value

x is returned invisibly. Called for its side effect.