bundle_sim()
.repeat_and_stack()
function, which is similar to the base R replicate()
and to the now deprecated purrr::rerun()
, with the option to stack the output into a single data.frame
."stddev"
as a performance criterion in calc_absolute()
.winsorize
options in calc_absolute()
, calc_relative()
, calc_relative_var()
, and calc_coverage()
.bundle_sim()
to compose a set of functions into a simulation driver.evaluate_by_row()
to control the name of the variable where simulation results are stored.calc_*()
functions so that they can take vectors or variable names from a specified dataset.calc_rejection()
can now compute rejection rates for multiple alpha
levels. K
variable computed in the calc_*()
functions to avoid over-writing variables when using multiple performance calculations inside of dplyr::summarize()
. Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.