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
- Host: GitHub
- URL: https://github.com/flaviobarros/iqcc
- Owner: flaviobarros
- License: gpl-2.0
- Created: 2014-04-05T15:43:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T04:10:28.000Z (about 7 years ago)
- Last Synced: 2025-09-18T04:56:13.225Z (9 months ago)
- Topics: quality-control, r, rpackage
- Language: R
- Homepage: https://flaviobarros.github.io/IQCC
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "IQCC"
output:
github_document:
html_preview: false
---
[](https://cran.r-project.org/package=IQCC)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[](https://cran.r-project.org/)
[](commits/master)
[](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')
```