powered by
Wrapper function for details of the clinical trial simulation.
study_details( total_sample_size, study_period, interim_look = NULL, prop_loss_to_followup = 0.1, .data = NULL )
integer. The number of sample size needed.
integer. The length of the study.
vector. Vector with interim looks.
integer. The proportion of loss to follow up.
NULL. This should not be changed by the user.
a list with sample size, length of the study, interim looks and proportion loss to follow up
# NOT RUN { study_details(total_sample_size = 300, study_period = 50, interim_look = c(210, 240, 270)) # }
Run the code above in your browser using DataLab