Learn R Programming

T2Qv (version 0.2.0)

Full_Panel: 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)

Value

A complete panel with the multivariate control chart for qualitative variables, the two ACM charts and the modality distance table.

Arguments

base

Data set

IndK

Character with the name of the column that specifies the partition of the data set in k tables.

Examples

Run this code
if (FALSE) {
data(Datak10Contaminated)
Full_Panel(Datak10Contaminated, "GroupLetter")
}

Run the code above in your browser using DataLab