p.adjust.table | R Documentation |
p.adjust apply on a correlation table (matrix or data.frame)
p.adjust.table(pp, method = "BH", mode = "all")
pp |
table of p-values |
method |
see |
mode |
"all" for all values; "rows" adjust each row one by one; "columns" adjust each column one by one. Default: "all". |
a table of adjusted p-values
Other calculate:
c_net_calculate()
,
cal_sim()
,
fast_cor()
,
input_corr()
matrix(abs(rnorm(100, 0.01, 0.1)), 10, 10) -> pp
p.adjust.table(pp, method = "BH", mode = "all") -> pp_adj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.