Extract Posterior Draws from a gp3bayes Fit
Source:R/postfit-exploration.R
extract_posterior_draws.RdConverts the fitted brms posterior into a standard posterior draws
representation without changing the fitted model.
Usage
extract_posterior_draws(
fit,
variables = NULL,
regex = NULL,
format = c("array", "matrix", "df", "rvars")
)