View source: R/bootstrap-unnest-tbl.R
bootstrap_unnest_tbl | R Documentation |
Unnest the data output from tidy_bootstrap()
.
bootstrap_unnest_tbl(.data)
.data |
The data that is passed from the |
This function takes as input the output of the tidy_bootstrap()
function and returns a two column tibble. The columns are sim_number
and y
It looks for an attribute that comes from using tidy_bootstrap()
so it will
not work unless the data comes from that function.
A tibble
Steven P. Sanderson II, MPH
Other Bootstrap:
bootstrap_density_augment()
,
bootstrap_p_augment()
,
bootstrap_p_vec()
,
bootstrap_q_augment()
,
bootstrap_q_vec()
,
bootstrap_stat_plot()
,
tidy_bootstrap()
tb <- tidy_bootstrap(.x = mtcars$mpg)
bootstrap_unnest_tbl(tb)
bootstrap_unnest_tbl(tb) |>
tidy_distribution_summary_tbl(sim_number)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.