7 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 Event
change ctdna group 0.004 73 58
Decrease from baseline Reference 33 19
Increase from baseline 24.71 (2.87, 212.70) 40 39
pdl1 0.98 (0.96, 1.00) 0.024 73 58