Perform a meta-analysis of studies in which external control arms were
compared to internal control arms. For more information on the methodology
please see vignette("methodology")
.
ecmeta(data, method = c("jags", "ml"), ...)
data | A |
---|---|
method | Method/software used to estimate the meta-analytic model. |
... | Additional arguments to pass to the underlying meta-analytic estimation
function. If |
Returns an object with class based on method
. If method == "jags"
,
then an ecmeta_jags
object is returned; if method == "ml
, then
an ecmeta_ml
object is returned.
See vignette("guide")
for an example.