patlist.display {phase1PRMD} | R Documentation |
Display patient records
Description
Display patient records in a human-readable table. Each cell contains 3 values including observed nTTP, DLT, and dose assignment. The higher the dose, the warmer the cell background color is. The black color of the records indicates DLT equals 1.
Usage
patlist.display(patlist, n.dose, n.cycle)
Arguments
patlist |
A list of the patient treatment records, which must contains the following variables:
|
n.dose |
The number of dose in the study |
n.cycle |
The number of cycle in the study |