3.1 Simple Linear Regression
If the response is continuous linear regression is the default. Using type = 'linear'
will ensure linear regression.
rm_uvsum(data=pembrolizumab, response='l_size',
covs=c('age','cohort'))
Estimate(95%CI) | p-value | Global p-value | N | |
---|---|---|---|---|
age | -0.58 (-1.54, 0.38) | 0.23 | 94 | |
cohort | <0.001 | 94 | ||
A | Reference | 16 | ||
B | -38.04 (-74.95, -1.13) | 0.04 | 18 | |
C | 20.35 (-16.56, 57.26) | 0.28 | 18 | |
D | -24.79 (-65.82, 16.23) | 0.23 | 12 | |
E | 31.69 (-1.56, 64.95) | 0.06 | 30 |