Full_Panel {T2Qv} | R Documentation |
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.
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 qualitative variables, the two ACM charts and the modality distance table.
## Not run:
data(Datak10Contaminated)
Full_Panel(Datak10Contaminated, "GroupLetter")
## End(Not run)