CRAN

vpc 1.0.1

Create Visual Predictive Checks

Released Jan 23, 2018 by Ron Keizer

This package can be loaded by Renjin but 17 out 20 tests failed.

Dependencies

classInt 0.1-24 reshape2 1.4.3 readr 1.1.1 dplyr 0.7.4 survival 2.41-3 MASS 7.3-48 ggplot2 2.2.1

Visual predictive checks are a commonly used diagnostic plot in pharmacometrics, showing how certain statistics (percentiles) for observed data compare to those same statistics for data simulated from a model. The package can generate VPCs for continuous, categorical, censored, and (repeated) time-to-event data.

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>vpc</artifactId>
    <version>1.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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vpc')

Test Results

This package was last tested against Renjin 0.9.2592 on Jan 25, 2018.

Source

R

View GitHub Mirror

Release History