Open
Description
unconstrain_draws()
doc has the following example
fit_mcmc$unconstrain_draws(draws = fit_mcmc$draws())
but this does not work if there are other variables (transformed parameters or generated quantities) stored in the draws, and fails with an error like
Error: Model has 469 unconstrained parameter(s), but 188800 were provided!
It is not trivial to figure out how to proceed after this error