50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

bruceR (version 0.6.0)

print_table: Print a three-line table.

Description

Print a three-line table.

Usage

print_table(x, row.names = TRUE, nsmalls = 3)

Arguments

x

Matrix, data.frame (or data.table), or any model object (e.g., lm, glm, lmer, glmer, ...).

row.names

Whether to print row names. Default is TRUE.

nsmalls

A number or numeric vector specifying the number of decimal places of output. Default is 3.

Value

No return value.

Examples

Run this code
# NOT RUN {
model=lm(Temp ~ Month + Day + Wind + Solar.R, data=airquality)
print_table(model)

# }

Run the code above in your browser using DataLab