CRAN
xpose4classic 4.4.1
Xpose 4 Classic Menu System
Released Aug 13, 2013 by Andrew Hooker
Dependencies
xpose4generic 4.4.1 xpose4data 4.4.1 lattice 0.20-35 xpose4specific 4.4.1
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. xpose4classic is a package containing functions for running the classic menu system in Xpose.
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>xpose4classic</artifactId> <version>4.4.1-b33</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:xpose4classic')