Description Usage Arguments Details Value Examples
Tox2nTTP
use the design parameters to compute the nTTP score baed on the observed toxicity.
1 2 3 4 5 6 |
tox |
Toxicity grades for the toxicity types. |
wm |
Clinical weight matrix, where toxicity types define the rows while the toxicity grades define the columns. Usually solicited from physicians. |
toxmax |
The normalization constant used in computing nTTP score. For details, see Ezzalfani et al(2013). |
The Tox2nTTP
function calculates the nTTP values based on the weight matrix.
nTTP value.
1 2 3 4 5 | #data(tox_matrix)
# Simulate the operating characteristics of clinical trials:
#Tox2nTTP(tox = c(1,2,0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.