CRAN

ABPS 0.3

The Abnormal Blood Profile Score to Detect Blood Doping

Released Oct 18, 2018 by Frédéric Schütz

This package is available for Renjin and there are no known compatibility issues.

Dependencies

kernlab 0.9-27

An implementation of the Abnormal Blood Profile Score (ABPS, part of the Athlete Biological Passport program of the World Anti-Doping Agency), which combines several blood parameters into a single score in order to detect blood doping (Sottas et al. (2006) ). The package also contains functions to calculate other scores used in anti-doping programs, such as the OFF-score (Gore et al. (2003) ), as well as example 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>ABPS</artifactId>
    <version>0.3-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:ABPS')

Test Results

This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.

Source

R

View GitHub Mirror

Release History