6 Changing the output

If you need to make changes to the tables, setting tableOnly=TRUE will return a data frame for any of the rm_ functions. Changes can be made, and the table output using outTable()

mvsumTable <- rm_mvsum(glm_fit, showN = TRUE,tableOnly = TRUE)
names(mvsumTable)[1] <-'Predictor'
outTable(mvsumTable)
Predictor OR(95%CI) p-value N VIF
change ctdna group 0.004 73 1.01
Decrease from baseline Reference 33
Increase from baseline 24.71 (2.87, 212.70) 40
pdl1 0.98 (0.96, 1.00) 0.02 73 1.01