Nothing
#' Get simulation output in the vignette conditionalPower.Rmd
#'
#' Internal function that retrieves precomputed simulation results.
#' Not meant for use by package users.
#'
#' @return A data frame containing simulation results of 1000 replicates.
#'
getConditionalPowerOutput <- function(){
## This is saved by calling
## usethis::use_data(conditional_power_output, internal = TRUE,
## overwrite = TRUE)
conditional_power_output
}
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.