APAStyler.lm {JWileymisc} | R Documentation |
APAStyler method for linear models
Description
APAStyler method for linear models
Usage
## S3 method for class 'lm'
APAStyler(object, digits = 2, pdigits, file, print = TRUE, ...)
Arguments
object |
A |
digits |
The number of digits to round results to. Defaults to 2. |
pdigits |
The number of digits to use for p values. Defaults to digits + 1 if missing. |
file |
An optional argument indicating whether the output should be written to a file. |
print |
A logical argument, whether or not to print results to screen.
This is distinct from saving them to a file. Defaults to |
... |
Additional argiuments passed on to |
[Package JWileymisc version 1.4.1 Index]