R/default_action.R

Defines functions default_action

Documented in default_action

#' default action function for dry run of a trial
default_action <- function(){

  action <- 'This is a dry run to determine milestone time and number of endpoint events. '
  action

}

Try the TrialSimulator package in your browser

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

TrialSimulator documentation built on Sept. 9, 2025, 5:26 p.m.