whole_tibble {simpr}R 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


[Package simpr version 0.2.6 Index]