CRAN
mSimCC 0.0.1
Micro Simulation Model for Cervical Cancer Prevention
Released Jun 3, 2019 by David MoriƱa Soler
Dependencies
foreach 1.4.4 doParallel 1.0.14
Micro simulation model to reproduce natural history of cervical cancer and cost-effectiveness evaluation of prevention strategies. See Georgalis L, de Sanjose S, Esnaola M, Bosch F X, Diaz M (2016)
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>mSimCC</artifactId> <version>0.0.1-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:mSimCC')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.