powered by
Creates a table of means and standard deviations for a 1-way ANOVA design in APA style
apa.1way.table(iv, dv, data, filename = NA, table.number = NA, show.conf.interval = FALSE, landscape = FALSE)
Name of independent variable column in data frame
Name of dependent variable column in data frame
Project data frame name
(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.
(TRUE/FALSE) Make RTF file landscape
APA table object
# Example 1: 1-way from Field et al. (2012) Discovery Statistics Using R apa.1way.table(iv=dose,dv=libido,data=viagra,filename="ex1_desc_table.doc")
Run the code above in your browser using DataLab