suggest_chi_squared_method {chisquare}R Documentation

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)

Arguments

cross_tab

Input cross-tabulation.

Value

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


[Package chisquare version 0.9 Index]