Learn R Programming

JWileymisc (version 0.3.1)

APAStyler.lm: A generic function for pretty printing in (semi) APA Style

Description

A generic function for pretty printing in (semi) APA Style

Usage

# S3 method for lm
APAStyler(object, digits = 2, pdigits, file, ...)

Arguments

object

lm object

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.

...

Additional argiuments passed on to write.table.