Create a data.frame with an example group sequential design
Source:R/design.R
design_group_sequential.RdCreate a data.frame with an example group sequential design
Usage
design_group_sequential(print = interactive())Details
design_group_sequential generates a default design data.frame for
use with generate_delayed_effect or other generate_... functions. If print
is TRUE code to produce the template is also printed for copying, pasting
and editing by the user. (This is the default when run in an interactive
session.)