design_fixed_followup {SimNPH}R Documentation

Create a data.frame with an example fixed design

Description

Create a data.frame with an example fixed design

Usage

design_fixed_followup(print = interactive())

Arguments

print

print code to generate parameter set?

Details

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.)

Value

For design_fixed_followup: a design tibble with default values invisibly

Functions

Examples

Design <- design_fixed_followup()
Design

[Package SimNPH version 0.5.5 Index]