chi_squared_pval {metasnf} | R Documentation |
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)
Arguments
cat_var1 |
A categorical feature. |
cat_var2 |
A categorical feature. |
Value
pval A p-value (class "numeric").
[Package metasnf version 2.1.2 Index]