CRAN

xpose4specific 4.4.1

Xpose 4 Specific Functions Package

Released Aug 13, 2013 by Andrew Hooker

This package can be loaded by Renjin but 40 out 43 tests failed.

Dependencies

xpose4generic 4.4.1 gam 1.14-4 xpose4data 4.4.1 lattice 0.20-35 Hmisc 4.0-3 survival 2.41-3

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. Xpose4specific is a package containing specific plotting functions, which require relatively little user input, but are less customizable than the plot commands found in xpose4generic.

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>xpose4specific</artifactId>
    <version>4.4.1-b31</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:xpose4specific')

Test Results

This package was last tested against Renjin 0.8.2523 on Nov 12, 2017.

Source

R

View GitHub Mirror

Release History