output_table {autoMrP}R Documentation

A table for the summary function

Description

output_table() ...

Usage

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

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.

Value

No return value, prints a table to the console.


[Package autoMrP version 1.0.6 Index]