An open API service indexing awesome lists of open source software.

https://github.com/flaviobarros/iqcc

Quality Control R package
https://github.com/flaviobarros/iqcc

quality-control r rpackage

Last synced: 4 months ago
JSON representation

Quality Control R package

Awesome Lists containing this project

README

          

---
title: "IQCC"
output:
github_document:
html_preview: false
---

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/IQCC)](https://cran.r-project.org/package=IQCC)
[![Licence](https://img.shields.io/badge/licence-GPL--2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4.2-6666ff.svg)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Package%20version-0.7-orange.svg?style=flat-square)](commits/master)
[![DOI](https://zenodo.org/badge/18469916.svg)](https://zenodo.org/badge/latestdoi/18469916)

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

Builds statistical control charts with exact limits for univariate and multivariate cases.

## Installation

You can install from CRAN:

```{r eval=FALSE}
install.packages('IQCC', dependencies = TRUE)
```

or from github:

```{r, eval=FALSE}
devtools::install_github('flaviobarros/IQCC')
```