An R package to generate and plot postestimation quantities after estimating Bayesian regression models using MCMC
GNU General Public License v3.0
12
stars
2
forks
source link
mcmcFDplot multiplies FDs by 100 twice (but should only once) #81
Closed
jkarreth closed 3 years ago
just noticed this while teaching... see here
I need to remove the 100 at one of the two locations, `fdfull <- fdfull 100
or
scale_x_continuous(labels = function(x) x * 100)`. Probably the latter!Will update this issue when I've fixed this and updated in the develop branch (ok, @ShanaScogin ?)