This class is used when the patientGap
should be kept constant.
patientGap
the constant gap between patients.
patientFollow
how long to follow each patient.
patientFollowMin
minimum follow up.
1 2 3 4 5 6 7 8 | # This is to have along the study constant parameters settings of safety window length,
# whatever the cohort size is.
my_win_len <- SafetyWindowConst(
patientGap = c(7, 5, 3),
patientFollow = 7,
patientFollowMin = 14
)
my_win_len
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.