robu_ci | R Documentation |
Add a confidence interval to the reg_table
of a
robumeta::robu object.
robu_ci(robu_fit, ci_level = 0.95)
robu_fit |
Object of class robumeta::robu. |
ci_level |
Confidence level to use for the confidence interval (defaults to 0.95). |
A dataframe with the columns estimate
, se
, ci_lower
,
ci_upper
, p_value
.
# example model from robumeta::robu()
hier_mod <- robumeta::robu(effectsize ~ binge + followup + sreport + age,
data = robumeta::hierdat, studynum = studyid,
var.eff.size = var, modelweights = "HIER",
small = TRUE)
robu_ci(hier_mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.