A generic function for pretty printing in (semi) APA Style
# S3 method for mira
APAStyler(object, lmobject, digits = 2, pdigits, file,
...)
mira
object
an lm object the degrees of freedom of which can be used for conservative F tests
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.
Additional argiuments passed on to write.table
.