SafetyWindowConst-class: Constant safety window length

Description Slots Examples

Description

This class is used when the patientGap should be kept constant.

Slots

patientGap

the constant gap between patients.

patientFollow

how long to follow each patient.

patientFollowMin

minimum follow up.

Examples

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

0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.