ChiSq_variable {T2Qv} | R Documentation |
Contains Chi square distance between the column masses of the table specified in PointTable
and the concatenated table. It allows to identify which mode is responsible for the anomaly in the table in which it is located.
ChiSq_variable(base, IndK, PointTable, interactive = FALSE, ylim = 0.09)
base |
Data set |
IndK |
Character with the name of the column that specifies the partition of the data set in k tables. |
PointTable |
Table indicator. A character or number that is part of the |
interactive |
If it is TRUE, the graph will be shown interactively. If FALSE, the graph is displayed flat. FALSE is the default. |
ylim |
y-axis limit. |
A table with Chi square distances between the column masses of the table specified in PointTable
and the concatenated table.
data(Datak10Contaminated)
ChiSq_variable(Datak10Contaminated, "GroupLetter", PointTable="j", ylim=5)