View source: R/pool_risk_ratio.R
| pool_risk_ratio | R Documentation |
pool_risk_ratio Calculates the pooled risk ratio and
confidence interval.
pool_risk_ratio(object, conf.level = 0.95, dfcom = NULL)
object |
An object of class 'mistats' ('Multiply Imputed Statistical Analysis'). |
conf.level |
Confidence level of the confidence intervals. |
dfcom |
Complete data degrees of freedom. Default
number is taken from function |
The pooled RR and confidence intervals.
Martijn Heymans, 2021
with.milist, risk_ratio
library(magrittr)
lbpmilr %>%
df2milist(impvar="Impnr") %>%
with(expr=risk_ratio(Chronic ~ Radiation)) %>%
pool_risk_ratio()
# Same as
imp_dat <- df2milist(lbpmilr, impvar="Impnr")
ra <- with(imp_dat, expr=risk_ratio(Chronic ~ Radiation))
res <- pool_risk_ratio(ra)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.