stan-dev / bayesplot

bayesplot R package for plotting Bayesian models
https://mc-stan.org/bayesplot
GNU General Public License v3.0
426 stars 82 forks source link

Allow multivariate transformations of parameters in mcmc plots #70

Open jgabry opened 7 years ago

jgabry commented 7 years ago

Currently the transformations argument to the mcmc_* functions only handles univariate transformations (i.e., transformations of scalar parameters).

jgabry commented 6 years ago

This is somewhat related to the RStan issue https://github.com/stan-dev/rstan/issues/517. Right now it’s a pain to plot unconstrained parameters in bayesplot unless it’s a univariate transformation. But if we can make it convenient to get the unconstrained draws from rstan then perhaps that’s mitigated since those draws could be passed to bayesplot and avoid needing the transformations argument.