Undoes per_sim to allow access to simulation results as a tibble, with simulations available as a list-column.

whole_tibble(x)

Arguments

x

A simpr_sims or simpr_spec object.

Value

A tibble with the metaparameters and simulation results

Details

This function is the inverse of per_sim. This enables tidyverse verbs to return to the default behavior of acting on the full table, as opposed to the behavior, activated by per_sim, of acting elementwise on the simulation results.