design_group_sequential | R Documentation |
Create a data.frame with an example group sequential design
design_group_sequential(print = interactive())
print |
print code to generate parameter set? |
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.)
For design_group_sequential: a design tibble with default values invisibly
design_group_sequential()
: generate default group sequential design
Design <- design_group_sequential()
Design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.