CRAN
ABPS 0.3
The Abnormal Blood Profile Score to Detect Blood Doping
Released Oct 18, 2018 by Frédéric Schütz
Dependencies
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)
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>
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.
- ABPS-examples
- ABPS_function.ABPS_scores_calculated_on_NA_values_should_yield_NA
- ABPS_function.ABPS_works_on_an_unnamed_matrix
- ABPS_function.ABPS_works_on_an_unnamed_vector
- ABPS_function.ABPS_works_when_parameters_are_specified_individually
- ABPS_function.Expected_ABPS_results_on_the_blood_control_data
- ABPS_function.Expected_ABPS_results_on_the_blood_doping_data
- OFF-score_function.OFFscore_works_on_a_single_data_point,_named_parameters
- OFF-score_function.OFFscore_works_on_the_blood_control_dataset
- OFF-score_function.OFFscore_works_on_the_blood_control_dataset_passed_as_a_data_frame_E1
- OFF-score_function.OFFscore_works_on_the_blood_control_dataset_passed_as_a_data_frame_E2
- OFF-score_function.OFFscore_works_on_the_blood_doping_dataset
- OFFscore-examples
- testthat