Learn R Programming

phase1PRMD (version 1.0.2)

summary.RunPRMD: Summary a RunPRMD object

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

# S3 method for 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

Run this code
# NOT RUN {
## Check ?RunPRMD for example

# }

Run the code above in your browser using DataLab