R/getDoseRangingOutput.R

Defines functions getDoseRangingOutput

Documented in getDoseRangingOutput

#' Get simulation output in the vignette doseRanging.Rmd
#'
#' Internal function that retrieves precomputed simulation results.
#' Not meant for use by package users.
#'
#' @return A data frame containing simulation results of 10 replicates.
#'
getDoseRangingOutput <- function(){
  ## this is saved by calling
  ## usethis::use_data(dose_ranging_output, internal = TRUE, overwrite = TRUE)
  return(dose_ranging_output)
}

Try the TrialSimulator package in your browser

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

TrialSimulator documentation built on Sept. 4, 2026, 5:08 p.m.