powered by
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 )
Project data frame
(optional) Output filename document filename (must end in .rtf or .doc only)
Integer to use in table number output line
(TRUE/FALSE) Display confidence intervals in table. This argument is deprecated and will be removed from later versions.
(TRUE/FALSE) Display stars for significance in table.
(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") # }
Run the code above in your browser using DataLab