Nothing
#' Simulation Data for Two Groups
#'
#' Simulated p-values and metadata for a two group comparison. Useful for Type II error and power calculations.
#'
#' @format ## `simulation_data_two_groups`
#' A list
#' \describe{
#' \item{p_values}{A data frame of p-values from each run of each test}
#' \item{initial_groups}{A nested list with information for each simulation run}
#' }
"simulation_data_two_groups"
#' Simulation Data for One Group
#'
#' Simulated p-values and metadata for a two group comparison. Useful for Type I error calculations.
#'
#' @format ## `simulation_data_one_group`
#' A list
#' \describe{
#' \item{p_values}{A data frame of p-values from each run of each test}
#' \item{initial_groups}{A nested list with information for each simulation run}
#' }
"simulation_data_one_group"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.