Learn R Programming

dfpk (version 3.3.0)

dose-class: An S4 class to present the next recommended dose level in an ongoing trial.

Description

An S4 class to present the next recommended dose level in an ongoing trial.

Arguments

Slots

N

The total number of enrolled patients.

y

The toxicity outcome of each patient.

AUCs

A vector with the computed AUC values of each patient.

doses

The doses levels of the drug.

x

A vector of dose levels assigned to patients in the trial.

theta

The toxicity (probability) target.

options

The Stan model's options.

newDose

The next recommended dose level.

pstim

The estimated mean probabilities of toxicity.

pstimQ1

The 1st quartile of estimated probability of toxicity.

pstimQ3

The 3rd quartile of estimated probability of toxicity.

parameters

The Stan model's estimated parameters.

model

A character string to specify the working model used in the method.