Description Details Super class Methods Note References Examples
An R6 class encapsulating precalculated CPE for 3+3 design
An R6 class encapsulating precalculated CPE for 3+3 design
TODO: Explain the hierarchy of model classes, including connections
with the executable specifications set forth in exec/prolog/ccd.pl.
precautionary::Cpe -> Cpe3_3
new()Cpe3_3$new(D)
Dnumber of prespecified doses
Create a new Cpe3_3 object.
A Cpe3_3 object.
# TODO
max_dose()Cpe3_3$max_dose()
Query number of doses
Self (invisibly), unless D is missing,
in which case the top dose, an integer, is returned.
bU()Cpe3_3$bU()
Get the b vector and U matrix
Named list with components b and U
J()Cpe3_3$J()
Get the number J of paths
Integer number of paths
trace_paths()Cpe3_3$trace_paths(...)
...Ignored
No-op specialization of superclass method
Since Cpe3_3 has cached paths precomputed by Prolog code,
it does not need to support this method.
Self, invisibly
path_matrix()Cpe3_3$path_matrix()
Refuse superclass method
An error
path_rx()Cpe3_3$path_rx()
Refuse superclass method
An error
clone()The objects of this class are cloneable with this method.
Cpe3_3$clone(deep = FALSE)
deepWhether to make a deep clone.
This specializes the generic method of Cpe superclass,
removing the possibility of updating the state.
Korn EL, Midthune D, Chen TT, Rubinstein LV, Christian MC, Simon RM. A comparison of two phase I trial designs. Stat Med. 1994;13(18):1799-1806. doi: 10.1002/sim.4780131802
1 2 3 4 5 | ## ------------------------------------------------
## Method `Cpe3_3$new`
## ------------------------------------------------
# TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.