chi_squared_pval: Chi-squared test p-value (generic)
Description
Return p-value for chi-squared test for any two features
Usage
chi_squared_pval(cat_var1, cat_var2)
Value
pval A p-value (class "numeric").
Arguments
- cat_var1
A categorical feature.
- cat_var2
A categorical feature.