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