Description Usage Arguments Value Examples
A shiny panel complete with the multivariate control chart for categorical variables, the two ACM charts and the modality distance table. Within the dashboard, arguments such as type I error and dimensionality can be modified.
1 | Full_Panel(base, IndK)
|
base |
Data set |
IndK |
Character with the name of the column that specifies the partition of the data set in k tables. |
A complete panel with the multivariate control chart for categorical variables, the two ACM charts and the modality distance table.
1 2 3 4 5 | ## Not run:
data(Datak10Contaminated)
Full_Panel(Datak10Contaminated, "GroupLetter")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.