Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Expand spm interface thresholding options #3333

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 3, 2021

  1. Allow for choosing between FDR, FWE and uncorrected threshold

    The variable use_fwe_correction has been replaced with a multitest_correction
    variable which can be equal to 'none' for uncorrected threshold,
    'FWE' for FWE correction adn 'FDR' for FDR correction
    Lorenzo De Angelis committed May 3, 2021
    Configuration menu
    Copy the full SHA
    d78ba24 View commit details
    Browse the repository at this point in the history
  2. Add FWEc clustersize correction (use_topo_fwe) and turn off default u…

    …se_topo_fdr
    
    Now there is another varialbe called use_topo_fwe that uses FWEc cluster size
    correction. Additionally, both FWEc and FDRc are returned to the user as output.
    Lorenzo De Angelis committed May 3, 2021
    Configuration menu
    Copy the full SHA
    662ec09 View commit details
    Browse the repository at this point in the history
  3. Added my name in the .zenodo.json file

    Lorenzo De Angelis committed May 3, 2021
    Configuration menu
    Copy the full SHA
    79285f7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    11f13ae View commit details
    Browse the repository at this point in the history