Jump to content

P-value correction: Difference between revisions

added that the C function can calculate using multiple methods
(added that the C function can calculate using multiple methods)
Line 16:
2.177831e-04, 9.693054e-04, 6.610250e-05, 2.900813e-02, 5.735490e-03}
 
There are numerous implementations of how to do this, namely Benjamini-Hochberg, Holm, Hochberg, Hommel, Bonferroni. Each of which has its own advantages and disadvantages. This work is a translation of the R source code. In order to confirm that the new functionsfunction areis working correctly, each value is compared to R's output and a cumulative absolute error is returned.
The C function is designed to work as similarly to the R function as possible, and is able to do any one of the methods.
 
=={{header|C}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.