CRAN
xpose4data 4.4.1
Xpose 4 Data Functions Package
Released Aug 13, 2013 by Andrew Hooker
Xpose is collection of packages to be used as a model building aid for non-linear mixed effects (population) analysis using NONMEM. It facilitates data set checkout, exploration and visualization, model diagnostics, candidate covariate identification and model comparison. xpose4data is a package containing functions for reading in data from NONMEM, support functions, as well as class definitions.
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>xpose4data</artifactId> <version>4.4.1-b242</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:xpose4data')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.