How to save summary(lm) to a file?

前端 未结 4 757
粉色の甜心
粉色の甜心 2020-12-24 02:47

I\'m using R for a pharmacodynamic analysis and I\'m fairly new to programming.

The thing is, I\'m carrying out linear regression analysis and in the future I will

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-24 03:17

    try apaStyle package:

    library(apaStyle)
    apa.regression(reg1, variables = NULL, number = "1", title = " title ",
                   filename = "APA Table1 regression.docx", note = NULL, landscape = FALSE, save = TRUE, type = "wide")
    

提交回复
热议问题