summary.VTTRUEPS: Print true probabilities

View source: R/visit_simu.R

summary.VTTRUEPSR Documentation

Print true probabilities

Description

Print the true probabilities, with probabilities of toxicity and resistance, and \rho.

Usage

## S3 method for class 'VTTRUEPS'
summary(object, digits = 2, ...)

Arguments

object

A class VTTRUEPS matrix generated by vtScenario

digits

Digits for print

...

Reserved parameters

Value

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.

Examples

rst.sce <- vtScenario(tox = c(0.05, 0.05, 0.08),
                      res = c(0.2, 0.3, 0.5),
                      rho = 1)
summary(rst.sce)


visit documentation built on Aug. 9, 2023, 5:08 p.m.