ChiSq_variable {T2Qv} | R Documentation |
Chi squared variable from point table.
Description
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.
Usage
ChiSq_variable(base, IndK, PointTable, interactive = FALSE, ylim = 0.09)
Arguments
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. |
Value
A table with Chi square distances between the column masses of the table specified in PointTable
and the concatenated table.
Examples
data(Datak10Contaminated)
ChiSq_variable(Datak10Contaminated, "GroupLetter", PointTable="j", ylim=5)
[Package T2Qv version 0.2.0 Index]