caCorr {CAinterprTools} | R Documentation |
Chart of correlation between rows and columns categories
Description
This function calculates the strength of the correlation between rows and columns of the contingency table. A reference line indicates the threshold above which the correlation can be considered important.
Usage
caCorr(data)
Arguments
data |
Name of the dataset (in dataframe format). |
Examples
data(greenacre_data)
caCorr(greenacre_data)
[Package CAinterprTools version 1.1.0 Index]