Closed
Description
Per the conversation at stan-dev/posterior#183, now that {posterior} is on CRAN it would be wonderful if cmdstanr'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. Perhaps this could be a simple wrapper around the $draws()
method? Thanks!