powered by
p.adjust apply on a correlation table (matrix or data.frame)
p.adjust.table(pp, method = "BH", mode = "all")
a table of adjusted p-values
table of p-values
see p.adjust, default: "BH".
p.adjust
"all" for all values; "rows" adjust each row one by one; "columns" adjust each column one by one. Default: "all".
Other calculate: c_net_calculate(), cal_sim(), fast_cor(), read_corr()
c_net_calculate()
cal_sim()
fast_cor()
read_corr()
matrix(abs(rnorm(100, 0.01, 0.1)), 10, 10) -> pp p.adjust.table(pp, method = "BH", mode = "all") -> pp_adj
Run the code above in your browser using DataLab