Learn R Programming

visit (version 2.2)

summary.VTSIMU: Summarize simulation results

Description

Summarize the simulation results with numerous statistical measures

Usage

# S3 method for VTSIMU
summary(object, ...)

Value

A list containing

  • dose: Frequency for each dose level being selected as the optimal dose level

  • npat: Average number of patients for each cohort and each dose level

  • samples: Average number of DLT risks and responses for each cohort on each dose level

  • decision: Frequency each region in the decision map is selected for each cohort on each dose level

  • prob: Average conditional probabilities corresponding to each region in the decision map for each cohort on each dose level

  • ptox: Mean and credible interval of DLT risk rates for each cohort on each dose level

  • pres: Mean and credible interval of immune response rates for each cohort on each dose level

Arguments

object

A class VTSIMU list generated by vtSimu

...

Reserved parameters

Examples

Run this code
rst.sce <- vtScenario(tox = c(0.05, 0.05, 0.08),
                      res = c(0.2, 0.3, 0.5),
                      rho = 1)
rst.simu  <- vtSimu(n.rep = 50, n.cors = 2, trueps = rst.sce,
                    size.cohort=3, size.level=12,
                    prob.mdl="NONPARA");
sum.simu <- summary(rst.simu)

Run the code above in your browser using DataLab