This function performers a specially designed diagnostic for a hmr object
# S3 method for hmr
diagnostic(
object,
median.w = 1.5,
study.names,
size.forest = 0.4,
lwd.forest = 0.2,
shape.forest = 23,
mu.phi = TRUE,
mu.phi.x.lim.low = -10,
mu.phi.x.lim.up = 10,
colour.hist.mu.phi = "royalblue",
colour.prior.mu.phi = "black",
colour.posterior.mu.phi = "blue",
title.plot.mu.phi = "Prior-to-Posterior Sensitivity",
title.plot.weights = "Outlier Detection",
...
)
The object generated by the function hmr.
Change colour if median of a weight > median.w. The default value is 1.5.
Character vector containing names of the studies used.
Size of the center symbol mark in the forest-plot lines
Thickness of the lines in the forest-plot
Type of symbol for the center mark in the forest-plot lines
Prior-to-posterior sensitivity analysis of mu.phi. Default value is TRUE.
Lower limit of the prior to posterior plot for mu.phi
Upper limit of the prior to posterior plot for mu.phi
colour of the posterior mu.phi histogram
colour of the prior of mu.phi
colour of the posterior of mu.phi
Text for the title in the mu phi plot.
Text for the title of the posterior weights.
...