patlist.display: Display patient records

Description Usage Arguments

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

1
patlist.display(patlist, n.dose, n.cycle)

Arguments

patlist

A list of the patient treatment records, which must contains the following variables:

PatID

denotes the patient ID where the elements are specified by cohort and subject number. For example, "cohort2subject3" denotes the third subject in the second cohort

dose

records the dose level assigned for each patient through the whole treatment

cycle

shows the treatment cycle information of each record

nTTP

records the corresponding nTTP score.

dlt

indicates whether a DLT event is observed or not?

n.dose

The number of dose in the study

n.cycle

The number of cycle in the study


LuZhangstat/Phase1Mayo documentation built on March 16, 2020, 1:32 a.m.