fn_pcorrect
Contents
Syntax
pcorr = fn_pcorrect(pvalues,method[,dim]) test = fn_pcorrect(pvalues,method,alpha[,dim])
Description
Correct p-values for multiple testing
Input
- pvalues vector of p-values (entries with NaN are ignored)
- method 'bonferroni' or 'b'
'holm-bonferroni', 'FWER' or 'hb'
'benjamini-hochberg', 'FDR' or 'bh'
- alpha statistical level for test
- dim dimension(s) on which to apply the correctionSource
Thomas Deneux
Copyright 2015-2017