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

View source: R/suggest_chi_squared_meth.R

suggest_chi_squared_methodR 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.


chisquare documentation built on Oct. 30, 2024, 9:11 a.m.