| calendarTime | R Documentation |
Define a condition to trigger trial milestone by calendar time. The milestone will be triggered when a trial has been running for at least the specified duration since the first patient is enrolled. It can be used combined with conditions specified by enrollment and eventNumber.
Refer to the
vignette
to learn how to define milestones when performing simulation using
TrialSimulator.
calendarTime(time)
time |
numeric. Calendar time to trigger a milestone of a trial. |
an object of class 'Condition'
milestone(name = 'end of trial', when = calendarTime(time = 12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.