chisq_pvalues | R Documentation |
Compute Chi-squared p-values
chisq_pvalues(
m_data,
response,
adjust_method = "fdr",
mlog10_transform = TRUE,
n_cores = 1,
...
)
m_data |
Data matrix of observations by variables |
response |
Response vector of length the number of observations |
adjust_method |
Multiple testing p-value adjustment method. Passed to stats::p.adjust. 'fdr' by default. |
mlog10_transform |
Logical, transform p-values by minus log10. True by default. |
n_cores |
Number of cores |
... |
Passed to stats::chisq.test |
Chi-squared p-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.