APAStyler method for linear models
# S3 method for lm
APAStyler(object, digits = 2, pdigits, file, print = TRUE, ...)
A lm
object
The number of digits to round results to. Defaults to 2.
The number of digits to use for p values. Defaults to digits + 1 if missing.
An optional argument indicating whether the output should be written to a file.
A logical argument, whether or not to print results to screen.
This is distinct from saving them to a file. Defaults to TRUE
for back compatibility.
Additional argiuments passed on to write.table
.