3.2 Logistic Regression
If the response is binomial, logistic regression will be run (or specified with type = 'logistic'
).
rm_uvsum(data=pembrolizumab, response='orr',
covs=c('age','cohort'))
OR(95%CI) | p-value | Global p-value | N | |
---|---|---|---|---|
age | 0.96 (0.91, 1.00) | 0.09 | 94 | |
cohort | <0.001 | 94 | ||
A | Reference | 16 | ||
B | 7.3e+07 (8.5e-76, NA) | 0.99 | 18 | |
C | 7.3e+07 (7.7e-74, NA) | 0.99 | 18 | |
D | 0.12 (0.02, 0.60) | 0.01 | 12 | |
E | 1.15 (0.21, 5.49) | 0.86 | 30 |