Description Usage Arguments Value Examples
View source: R/ChiSq_variable.R
Contains Chi square distance between the column masses of the table specified in PointTable
and the consolidated table. It allows to identify which mode is responsible for the anomaly in the table in which it is located.
1 | ChiSq_variable(base, IndK, PointTable, interactive = FALSE)
|
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 |
A table with Chi square distances between the column masses of the table specified in PointTable
and the consolidated table. It has an indicator of significance with stars based on a scale.
1 2 | data(Datak10Contaminated)
ChiSq_variable(Datak10Contaminated, "GroupLetter", PointTable="j")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.