getEff: Extracting Efficacy Responses for Subjects Categorized by the...

Description Usage Arguments Value Examples

Description

[Stable]

A method that extracts efficacy responses for subjects and categorizes it with respect to DLT, i.e. DLT or no DLT. The efficacy responses are reported together with their corresponding dose levels.

Usage

1
2
3
4
getEff(object, ...)

## S4 method for signature 'DataDual'
getEff(object, ...)

Arguments

object

(DataDual)
object from which the responses and dose levels are extracted.

...

not used.

Value

list with efficacy responses categorized by the DLT value.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Example data.
data <- DataDual(
  x = c(25, 50, 25, 50, 75, 300, 250, 150),
  y = c(0, 0, 0, 0, 0, 1, 1, 0),
  w = c(0.31, 0.42, 0.59, 0.45, 0.6, 0.7, 0.6, 0.52),
  doseGrid = seq(25, 300, 25)
)

# Get the efficacy response and their corresponding dose levels
# categorized by the DLT.
getEff(data)

0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.