Learn R Programming

iAdapt (version 2.0.1)

TOX: Sample array of toxicity probabilities for 6 doses. Taken from Du et al.

Description

This is a sample array of toxicity probabilities to be used for trial simulations with nTTP as the toxicity endpoint. In this example, we have 3 toxicity types, 6 test doses, and 5 AE grades (0-4). See the nTTP_simulation_example vignette for more details.

Usage

data("TOX")

Arguments

Format

The format is: num [1:6, 1:5, 1:3] 0.791 0.738 0.685 0.662 0.605 0.39 0.172 0.195 0.19 0.2 ...

Examples

Run this code
# NOT RUN {
data(TOX)
TOX
# }

Run the code above in your browser using DataLab