nimare.correct.FWECorrector

class FWECorrector(method='bonferroni', **kwargs)[source]

Perform family-wise error rate correction on a meta-analysis.

Parameters:
  • method (obj:str) – The FWE correction to use. Either ‘bonferroni’ or ‘permutation’.
  • **kwargs – Keyword arguments to be used by the FWE correction implementation.

Methods

transform