CRAN

xpose4generic 4.4.1

Xpose 4 Generic Functions Package

Released Aug 13, 2013 by Andrew Hooker

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

xpose4data 4.4.1 lattice 0.20-35

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. xpose4generic is a package containing generic functions for plotting, as well as class definitions. Highly customizable, but requires more user input that xpose4specific.

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>xpose4generic</artifactId>
    <version>4.4.1-b243</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:xpose4generic')

Source

R

View GitHub Mirror

Release History