wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

Font sizes in forest plots and plot.baggr_compare (add_values) #158

Open wwiecek opened 1 year ago

wwiecek commented 1 year ago

I feel like I am using forestplot package wrong, my forest plots are ugly and the point sizes are way too big sometimes. THere has to be a good automated alternative.

Similarly, my own solution to printing values in

bg <- baggr(schools)
baggr_compare(bg) %>% plot(add_values = TRUE)

requires manual adjustments via values_size and values_digits. This is bad! I'm sure there is a better out-of-box solution for adding these values on the right hand side in a way that doesn't require the user to make manual adjustments.