CAinterprTools (version 1.1.0)

caCorr: 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

Run this code
# NOT RUN {
data(greenacre_data)
caCorr(greenacre_data)

# }

Run the code above in your browser using DataCamp Workspace