| ComboSimulations-class | R Documentation |
ComboSimulationsThis class captures trial simulations from two-drug combination designs
(DesignCombo).
It is intentionally separate from Simulations because
DataCombo is not a subclass of Data, and final recommendations are
dose combinations.
ComboSimulations(
data,
doses,
fit,
stop_reasons,
stop_report,
additional_stats,
seed
)
.DefaultComboSimulations()
data |
( |
doses |
( |
fit |
( |
stop_reasons |
( |
stop_report |
( |
additional_stats |
( |
seed |
( |
data(list)
produced DataCombo objects.
doses(matrix)
final recommended dose combinations; one row per simulation run and
two columns (one per drug).
fit(list)
final fitted toxicity surfaces for each simulation run.
stop_reasons(list)
stopping reasons for each simulation run.
stop_report(matrix)
matrix of stopping rule outcomes.
additional_stats(list)
list of additional statistical summary values.
seed(integer)
random generator state before starting the simulation.
Typically, end users will not use the .DefaultComboSimulations() function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.