CRAN
vpc 1.0.1
Create Visual Predictive Checks
Released Jan 23, 2018 by Ron Keizer
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>
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.
- add_noise-examples
- new_vpc_theme-examples
- pk_iv_1cmt-examples
- pk_oral_1cmt-examples
- plot_vpc-examples
- test-add_sim_index_number
- test-filter_dv
- test-labeller
- test-softwaretype
- test-strat-col-detection
- test-vpc
- test-vpc_cat
- test-vpc_cens
- test-vpc_tte
- theme_empty-examples
- theme_plain-examples
- vpc-examples
- vpc_cat-examples
- vpc_cens-examples
- vpc_tte-examples