Usage
apa.regression(..., variables = NULL, number = "XX", title = "APA Table", filename = "APA Table.docx", note = NULL, landscape = FALSE, save = TRUE, type = "wide")
Arguments
...
Regression (i.e., lm) result objects.
variables
The variable names for in the table.
number
(optional) The table number in the document.
title
(optional) Name of the table.
filename
(optional) Specify the filename (including valid '.docx' extension).
note
(optional) Add a footnote to the bottom of the table.
landscape
(optional) Set (TRUE) if the table should be generated in landscape mode.
save
(optional) Set (FALSE) if the table should not be saved in a document.
type
(optional) Not implemented.