CRAN

quantchem 0.13

Quantitative chemical analysis: calibration and evaluation of results

Released Aug 20, 2012 by Lukasz Komsta

This package can be loaded by Renjin but 12 out 14 tests failed.

Dependencies

outliers 0.14 MASS 7.3-50

Statistical evaluation of calibration curves by different regression techniques: ordinary, weighted, robust (up to 4th order polynomial). Log-log and Box-Cox transform, estimation of optimal power and weighting scheme. Tests for heteroscedascity and normality of residuals. Different kinds of plots commonly used in illustrating calibrations. Easy "inverse prediction" of concentration by given responses and statistical evaluation of results (comparison of precision and accuracy by common tests).

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>quantchem</artifactId>
    <version>0.13-b244</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:quantchem')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History