hetprior: Informative bayesian prior lookup for heterogenity in...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

hetprior returns an informative Bayesian prior based on the conditions specified

Usage

1
hetprior(priorid, statistic, details)

Arguments

priorid

Prior ID number.

statistic

Descriptive statistic required. Options allowed are "mean" or "sd" for lognormal, log(t), and logit(t) distributions, and "shape" or "scale" for inverse gamma distributions.

details

Outputs information on the selected prior. Default = FALSE.

Details

This function uses data from five original studies to provide a repository of informative priors for the heterogeneity observed in meta-analysis of studies in particular areas of health care.

Value

hetprior returns the specific descriptive statistic for a specified informative prior distribtution for the conditions

Author(s)

Luke A McGuinness luke.mcguinness@bristol.ac.uk

References

Turner, Rebecca M., Jonathan Davey, Mike J. Clarke, Simon G. Thompson, and Julian PT Higgins. "Predicting the extent of heterogeneity in meta-analysis, using empirical data from the Cochrane Database of Systematic Reviews." International journal of epidemiology 41, no. 3 (2012): 818-827.

Turner, Rebecca M., Dan Jackson, Yinghui Wei, Simon G. Thompson, and Julian PT Higgins. "Predictive distributions for between?study heterogeneity and simple methods for their application in Bayesian meta?analysis." Statistics in medicine 34, no. 6 (2015): 984-998.

Rhodes, Kirsty M., Rebecca M. Turner, Ian R. White, Dan Jackson, David J. Spiegelhalter, and Julian PT Higgins. "Implementing informative priors for heterogeneity in meta?analysis using meta?regression and pseudo data." Statistics in medicine 35, no. 29 (2016): 5495-5511.

Rhodes, Kirsty M., Rebecca M. Turner, and Julian PT Higgins. "Predictive distributions were developed for the extent of heterogeneity in meta-analyses of continuous outcome data." Journal of Clinical Epidemiology 68, no. 1 (2015): 52-60.

Rhodes, Kirsty M., Rebecca M. Turner, and Julian PT Higgins. "Empirical evidence about inconsistency among studies in a pair?wise meta?analysis." Research synthesis methods 7, no. 4 (2016): 346-370.|

See Also

This Shiny app allows interactive look-up of priors.

Examples

1
2
3
 x <- hetprior(45, "mean")
 y <- hetprior(45, "sd")
 x <- hetprior(2, "mean", details = TRUE)

mcguinlu/hetprior documentation built on July 1, 2019, 4:14 a.m.