stan-dev / rstanarm

rstanarm R package for Bayesian applied regression modeling
https://mc-stan.org/rstanarm
GNU General Public License v3.0
385 stars 132 forks source link

Implement `posterior::as_draws()` for rstanarm objects #540

Closed mjskay closed 1 year ago

mjskay commented 3 years ago

Per the conversation at https://github.com/stan-dev/posterior/issues/183, now that {posterior} is on CRAN it would be wonderful if rstanarm's objects could have an implementation of posterior::as_draws() so that users would not have to remember what function to call to get draws objects out of models when moving between packages.