CRAN
qcr 0.1-18
Quality control and reliability
Released May 30, 2014 by Miguel Flores
Dependencies
This package allows to generate Shewhart-type charts and to obtain numerical results of interest to the quality control of a process (involving continuous, attribute or count data). This package provides basic functionality for univariable and multivariable quality control analysis, including: xbar, xbar-one, S, R, ewna, cusum, mewna, mcusum and T2 charts.
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>qcr</artifactId> <version>0.1-18-b45</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:qcr')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- archery1-examples
- circuit-examples
- counters-examples
- dowel1-examples
- employment-examples
- mqcd-examples
- mqcs.mcusum-examples
- mqcs.mewma-examples
- mqcs.t2-examples
- orangejuice-examples
- oxidation-examples
- pcmanufact-examples
- pistonrings-examples
- plates-examples
- presion-examples
- qcs.R-examples
- qcs.S-examples
- qcs.c-examples
- qcs.cusum-examples
- qcs.np-examples
- qcs.one-examples
- qcs.p-examples
- qcs.u-examples
- qcs.xbar-examples
- state.control-examples