brownsMethod | R Documentation |
Merge p-values using the Brown's method.
brownsMethod(p_values, data_matrix = NULL, cov_matrix = NULL)
p_values |
A matrix of m x n p-values. |
data_matrix |
An m x n matrix representing m tests and n samples. NA's are not allowed. |
cov_matrix |
A pre-calculated covariance matrix of |
A p-value vector representing the merged significance of multiple p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.