Learn R Programming

chisquare (version 1.0)

suggest_chi_squared_method: Suggest chi-squared testing method for the input contingency table

Description

This function returns a suggested method for chi-square testing, on the basis of different criteria related to the features of the input cross-tabulation.

Usage

suggest_chi_squared_method(cross_tab)

Value

A carachter vector containing a suggestion for the chi-square testing method to employ.

Arguments

cross_tab

Input cross-tabulation.