Full_Panel {T2Qv} | R Documentation |
Full Panel T2 Qualitative
Description
A shiny panel complete with the multivariate control chart for qualitative variables, the two ACM charts and the modality distance table. Within the dashboard, arguments such as type I error and dimensionality can be modified.
Usage
Full_Panel(base, IndK)
Arguments
base |
Data set |
IndK |
Character with the name of the column that specifies the partition of the data set in k tables. |
Value
A complete panel with the multivariate control chart for qualitative variables, the two ACM charts and the modality distance table.
Examples
## Not run:
data(Datak10Contaminated)
Full_Panel(Datak10Contaminated, "GroupLetter")
## End(Not run)
[Package T2Qv version 0.2.0 Index]