CRAN
dfmeta 1.0.0
Meta-Analysis of Phase I Dose-Finding Early Clinical Trials
Released Mar 27, 2018 by Artemis Toumazi
Dependencies
data.table 1.10.4-3 lme4 1.1-16 plyr 1.8.4 ggplot2 2.2.1
Meta-analysis approaches for Phase I dose finding early phases clinical trials in order to better suit requirements in terms of maximum tolerated dose (MTD) and maximal dose regimen (MDR). This package has currently three different approaches: (a) an approach proposed by Zohar et al, 2011,
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>dfmeta</artifactId> <version>1.0.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:dfmeta')
Test Results
This package was last tested against Renjin 0.9.2615 on Apr 1, 2018.