Compute Chi-squared p-values
chisq_pvalues(
m_data,
response,
adjust_method = "fdr",
mlog10_transform = TRUE,
n_cores = 1,
...
)Chi-squared p-values
Data matrix of observations by variables
Response vector of length the number of observations
Multiple testing p-value adjustment method. Passed to stats::p.adjust. 'fdr' by default.
Logical, transform p-values by minus log10. True by default.
Number of cores
Passed to stats::chisq.test