CRAN

qicharts 0.5.5

Quality Improvement Charts

Released Aug 28, 2017 by Jacob Anhoej

This package can be loaded by Renjin but all tests failed.

Dependencies

lattice 0.20-35 scales 1.0.0 latticeExtra 0.6-28 ggplot2 3.0.0

Functions for making run charts and basic Shewhart control charts for measure and count data. The main function, qic(), creates run and control charts and has a simple interface with a rich set of options to control data analysis and plotting, including options for automatic data aggregation by subgroups, easy analysis of before-and-after data, exclusion of one or more data points from analysis, and splitting charts into sequential time periods. Missing values and empty subgroups are handled gracefully.

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>qicharts</artifactId>
    <version>0.5.5-b15</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:qicharts')

Test Results

This package was last tested against Renjin 0.9.2685 on Aug 24, 2018.