View source: R/MakeTrialDecision.R
MakeTrialDecision | R Documentation |
This function determines the status of a trial (all ISAs) based on the input. Each ISA can be in one of eight states. The following list provides the details of the returned vISAStatus and what they mean.
The ISA is not open, the virtual trial is at a point prior to the ISA opening.
The ISA is open for enrollment.
The ISA has met the maximum enrollment.
The ISA was closed with a Go BEFORE Final Analysis (FA). This can be a Final status for an ISA because it was closed.
The ISA was closed with a No Go BEFORE FA. This can be a Final status for an ISA because it was closed.
The ISA was closed with a Go at FA. This can be a Final status for an ISA because it was closed.
The ISA was closed with a No Go at FA. This can be a Final status for an ISA because it was closed.
The ISA was closed with a Pause at FA. This can be a Final status for an ISA because it was closed.
The Status options of 3 or 4 indicate the ISA was closed early, before the FA, either for a Go or a No Go. The options 5-7 all were closed at the FA.
## Default S3 method:
MakeTrialDecision(
cISADesigns,
lResAnalysis,
vISAStatus,
vIsFinalISAAnalysis,
cRandomizer
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.