Learn R Programming

autoMrP (version 1.0.6)

output_table: A table for the summary function

Description

output_table() ...

Usage

output_table(object, col.names, format, digits)

Value

No return value, prints a table to the console.

Arguments

object

An autoMrP() object for which a summary is desired.

col.names

The column names of the table. A

format

The table format. A character string passed to kable. Default is simple.

digits

The number of digits to be displayed. An integer scalar. Default is 4.