get_variables()
|
Get the names of the variables in a fitted Bayesian model |
recover_types()
|
Decorate a model fit or sample with data types recovered from the input data |
gather_draws() spread_draws()
|
Extract draws of variables in a Bayesian model fit into a tidy data format |
tidy_draws()
|
Get a sample of posterior draws from a model as a tibble |
gather_emmeans_draws()
|
Extract a tidy data frame of draws of posterior distributions of "estimated marginal means" (emmeans/lsmeans) from a Bayesian model fit. |
ungather_draws() unspread_draws()
|
Turn tidy data frames of variables from a Bayesian model back into untidy data |
gather_rvars() spread_rvars()
|
Extract draws from a Bayesian model into tidy data frames of random variables |
nest_rvars() unnest_rvars()
|
Nest and unnest rvar columns in data frames |
summarise_draws(<grouped_df>)
|
Summaries of draws in grouped_df objects |