# View top few rows of attitude data set
head(attitude)
# Use apa.cor.table function
apa.cor.table(attitude)
apa.cor.table(attitude, show.conf.interval=FALSE)
apa.cor.table(attitude, filename="ex.CorTable1.doc")
apa.cor.table(attitude, show.conf.interval=FALSE, filename="ex.CorTable2.doc")
Run the code above in your browser using DataLab