powered by
Creates a d-values for all paired comparisons in APA style
apa.d.table(iv, dv, data, filename = NA, table.number = NA, show.conf.interval = TRUE, landscape = TRUE)
Name of independent variable column in data frame for all paired comparisons
Name of dependent variable column in data frame for all paired comparisons
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
# View top few rows of viagra data set from Discovering Statistics Using R head(viagra) # Use apa.d.table function apa.d.table(iv=dose,dv=libido,data=viagra,filename="ex1_d_table.doc")
Run the code above in your browser using DataLab