-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
32 lines (24 loc) · 981 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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')
```