plot_mtc_forest.Rd
Utility function to do forest plot from data.frame with effect estimates.
A data.frame with columns: Comparator, Med, CIlo, CIup.
Character string defining how estimates are sorted, either "name" (the default) or "effect".
Label to plot underneath x-axis.
Logical, whether log transformed x-axis or not (default = TRUE).
Where to put x-axis breaks and labels.
A ggplot2 plot object which