Returns a fit's posterior draws for summary purposes (quantiles, derived
quantities, density plots), regardless of how they were produced – an MCMC
chain, a nested-Laplace node mixture, or a variational sample all answer
here. For the chain-only view used by convergence diagnostics, see
mcmc_draws().
Details
A fit that carries no draws returns NULL with a message naming its backend,
the posterior representation it carries instead, and the accessor that turns
that representation into draws where one exists – an
absent draws matrix is a property of the backend, not a failure of the
accessor, and saying which is the difference between a diagnosable answer and
a bare NULL.