Learn R Programming

EvidenceSynthesis (version 1.0.0)

extractSourceSpecificEffects: Compute source-specific biases and bias-corrected estimates from hierarchical meta analysis results

Description

Extract source-specific biases and obtain bias-corrected estimates for each data source, given the results from computeHierarchicalMetaAnalysis().

Usage

extractSourceSpecificEffects(estimates, alpha = 0.05)

Value

A data frame with point estimates, 95% credible intervals and sample standard errors for the effect size after bias correction within each data source.

Arguments

estimates

A data frame as output from the computeHierarchicalMetaAnalysis() function.

alpha

The alpha (expected type I error) used for the credible intervals.

See Also

computeHierarchicalMetaAnalysis