| dr_loo | R Documentation |
Refits the model with each study omitted in turn and records how the location and scale estimates move. Both components are reported, because a study can be uninfluential for the pooled mean while dominating the scale gradient.
dr_loo(object)
object |
A fitted |
A data frame with one row per omitted study, containing the study
index, its design-robustness value, the leave-one-out estimate of the
first location coefficient and its change from the full fit, the
leave-one-out tau0sq and gamma with their changes, a
converged flag, and a logical influential column flagging
changes in the first location coefficient exceeding twice its
full-model standard error.
path <- system.file("extdata", "bcg_design_robustness.csv", package = "drmeta")
bcg <- utils::read.csv(path)
fit <- drmeta(yi = bcg[["yi"]], vi = bcg[["vi"]], dr = bcg[["dr"]])
dr_loo(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.