dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 13 forks source link

APA save not working for multiple regression table #41

Open osortiz opened 4 months ago

osortiz commented 4 months ago

Hello,

apa.save is not working, and I tried to follow the previous commenter's instructions, but I still received an error message.

This is what I am inputting:

library(apaTables)

basic.reg <- lm(TOTAL_WMQ~RAAS_ANXIETYRAAS_AVOIDANCETOTAL_ACES, data = dat)

table1 <- apa.reg.table(basic.reg, table.number = 1) apa.save(filename = "table2.doc", table2)

Do you have any suggestions?