Print a three-line table.
Print a three-line table.
print_table(x, row.names = TRUE, nsmalls = 3)
x |
Matrix, data.frame (or data.table), or any model object (e.g., |
row.names |
Whether to print row names. Default is |
nsmalls |
A number or numeric vector specifying the number of decimal places of output. Default is |
No return value.
model=lm(Temp ~ Month + Day + Wind + Solar.R, data=airquality) print_table(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.