summary2.VTTRUEPS | R Documentation |
Print the true probabilities, with probabilities of toxicity and resistance,
and \rho
, in latex format
## S3 method for class 'VTTRUEPS'
summary2(x, rp2d = -1, digits = 2, ...)
x |
A class |
rp2d |
Columns to be in bold font |
digits |
Digits for print |
... |
Reserved parameters |
A summary of the true probabilities in latex format.
rst.sce <- vtScenario(tox = c(0.05, 0.05, 0.08),
res = c(0.2, 0.3, 0.5),
rho = 1)
ltx.ps <- summary2(rst.sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.