whole_tibble: Convert a simpr_sims object back to a simpr_tibble

View source: R/whole_tibble.R

whole_tibbleR Documentation

Convert a simpr_sims object back to a simpr_tibble

Description

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

Usage

whole_tibble(x)

Arguments

x

A simpr_sims or simpr_spec object.

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.

Value

A tibble with the metaparameters and simulation results


statisfactions/simpr documentation built on July 18, 2024, 6:44 a.m.