nimare.correct.FDRCorrector

class FDRCorrector(alpha=0.05, method='indep', **kwargs)[source]

Perform false discovery rate correction on a meta-analysis.

Parameters:
  • alpha (obj:float) – The FDR correction rate to use.
  • method (obj:str) – The FDR correction to use. Either ‘indep’ (for independent or positively correlated values) or ‘negcorr’ (for general or negatively correlated tests).

Methods

transform