summary.RunPRMD: Summary a RunPRMD object

Description Usage Arguments Value Examples

View source: R/summary.RunPRMD.R

Description

Summary a RunPRMD object. Print the information of recommended dosage selection along with the mean nTTP and the number of DLT for all doses and cycles. Will print the mean efficacy for all doses and cycles when implementing RunPRMD with option effcy.flag = TRUE. The collected data is displayed in a human-readable table whose cell contain 3 values including observed nTTP, DLT, and dose assignment. The higher the dose, the warmer the cell background color is. The black color of the records indicates DLT equals 1.

Usage

1
2
## S3 method for class 'RunPRMD'
summary(object, ...)

Arguments

object

RunPRMD object to summarise

...

other arguments ignored (for compatibility with generic)

Value

object

The output of function RunPRMD

mnttp.M

The mean nTTP for all doses and cycles

dlt.count.M

The number of DLT for all doses and cycles

eff.M

The mean efficacy for all doses and cycles. Return NULL when object$effcy.flag == TRUE

Examples

1
## Check ?RunPRMD for example

LuZhangstat/Phase1Mayo documentation built on March 16, 2020, 1:32 a.m.