CRAN
dtpcrm 0.1.0
Dose Transition Pathways for Continual Reassessment Method
Released Apr 10, 2019 by Christina Yap
Dependencies
Provides the dose transition pathways (DTP) to project in advance the doses recommended by a model-based design for subsequent patients (stay, escalate, deescalate or stop early) using all the accumulated toxicity information; See Yap et al (2017)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>dtpcrm</artifactId> <version>0.1.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dtpcrm')
Test Results
This package was last tested against Renjin 0.9.2725 on May 4, 2019.
- applied_crm-examples
- applied_crm_sim-examples
- applied_titecrm-examples
- applied_titecrm_sim-examples
- applied_titecrmts_sim-examples
- calculate_dtps-examples
- dtpflow-examples
- plot_crm-examples
- stop_for_consensus_reached-examples
- stop_for_excess_toxicity_empiric-examples
- stop_for_excess_toxicity_logistic-examples
- stop_for_sample_size-examples
- summary_crm-examples
- test-dtpcrm.applied_crm_does_not_skip_dose_in_de-escalation,_v1
- test-dtpcrm.applied_crm_does_not_skip_dose_in_escalation,_v1
- test-dtpcrm.applied_crm_does_not_stop_when_consensus_not_reached
- test-dtpcrm.applied_crm_does_not_stop_when_excess_toxicity_not_detected_by __________empiric_method
- test-dtpcrm.applied_crm_does_not_stop_when_excess_toxicity_not_detected_by __________logit_method
- test-dtpcrm.applied_crm_does_not_stop_when_max_sample_size_is_not_reached
- test-dtpcrm.applied_crm_matches_dfcrm::crm_under_neutral_conditions,_v1
- test-dtpcrm.applied_crm_matches_dfcrm::crm_under_neutral_conditions,_v2
- test-dtpcrm.applied_crm_omits_stop_data_when_stop_func_omitted
- test-dtpcrm.applied_crm_stops_when_consensus_reached
- test-dtpcrm.applied_crm_stops_when_excess_toxicity_detected_by_empiric_method
- test-dtpcrm.applied_crm_stops_when_excess_toxicity_detected_by_logit_method
- test-dtpcrm.applied_crm_stops_when_max_sample_size_is_reached
- test-dtpcrm.dtps_are_correct_with_previous_outcomes_and_no_stopping,_v1
- test-dtpcrm.dtps_are_correct_with_previous_outcomes_and_stopping,_v1
- testthat