R/getFixedDesignOutput.R

Defines functions getFixedDesignOutput

Documented in getFixedDesignOutput

#' Get simulation output in the vignette fixedDesign.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.
#'
getFixedDesignOutput <- function(){
  ## this is saved by calling
  ## usethis::use_data(fixed_design_output, internal = TRUE, overwrite = TRUE)
  return(fixed_design_output)
}

Try the TrialSimulator package in your browser

Any scripts or data that you put into this service are public.

TrialSimulator documentation built on Nov. 5, 2025, 7:22 p.m.