Learn R Programming

SimNPH (version 0.5.7)

design_fixed_followup: 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())

Value

For design_fixed_followup: a design tibble with default values invisibly

Arguments

print

print code to generate parameter set?

Functions

  • design_fixed_followup(): generate default fixed design

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

Examples

Run this code
Design <- design_fixed_followup()
Design

Run the code above in your browser using DataLab