Creates a correlation table in APA style with means and standard deviations
Creates a correlation table in APA style with means and standard deviations
apa.cor.table( data, filename = NA, table.number = NA, show.conf.interval = TRUE, show.sig.stars = TRUE, landscape = TRUE )
data |
Project data frame |
filename |
(optional) Output filename document filename (must end in .rtf or .doc only) |
table.number |
Integer to use in table number output line |
show.conf.interval |
(TRUE/FALSE) Display confidence intervals in table. This argument is deprecated and will be removed from later versions. |
show.sig.stars |
(TRUE/FALSE) Display stars for significance in table. |
landscape |
(TRUE/FALSE) Make RTF file landscape |
APA table object
## Not run: # View top few rows of attitude data set head(attitude) # Use apa.cor.table function apa.cor.table(attitude) apa.cor.table(attitude, filename="ex.CorTable1.doc") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.