rmplot.valmeta function

Plot the running means of a Bayesian meta-analysis model

Plot the running means of a Bayesian meta-analysis model

Function to display running means of a fitted Bayesian meta-analysis model.

## S3 method for class 'valmeta' rmplot(x, ...)

Arguments

  • x: An object of class "valmeta"
  • ``: Additional arguments which are currently not used

Returns

A ggplot object.

An object of class ggplot

Details

Results are displayed for the estimated mean (mu) and standard-deviation (tau) of the meta-analysis model.

Examples

## Not run: data(EuroSCORE) fit <- valmeta(cstat=c.index, cstat.se=se.c.index, cstat.cilb=c.index.95CIl, cstat.ciub=c.index.95CIu, N=n, O=n.events, data=EuroSCORE, method="BAYES", slab=Study) rmplot(fit) ## End(Not run)

Author(s)

Thomas Debray thomas.debray@gmail.com