summary.VTTRUEPS | R Documentation |
Print the true probabilities, with probabilities of toxicity and resistance,
and \rho
.
## S3 method for class 'VTTRUEPS'
summary(object, digits = 2, ...)
object |
A class |
digits |
Digits for print |
... |
Reserved parameters |
A table showing the summary of the VTTRUEPS
object. The first
four columns are individual probability, fifth and sixth are probability
for toxicity and resistance, and seventh is rho, the correlation.
rst.sce <- vtScenario(tox = c(0.05, 0.05, 0.08),
res = c(0.2, 0.3, 0.5),
rho = 1)
summary(rst.sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.