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

Add Specification page #21

Merged
merged 5 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/guide/Project/Specification.md
Co-authored-by: Nicholas Lee <[email protected]>
  • Loading branch information
adelavega and nicoalee authored Oct 28, 2024
commit 0701a99b58be6c748df6e0f35efb39c8dbc3ff2d
2 changes: 1 addition & 1 deletion docs/guide/Project/Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Next, select a method for [multiple comparisons correction](https://nimare.readt


- **FDRCorrector** (default): False Discovery Rate correction.
- **FWECorrector**: Family-Wise Error Rate correction. We strongly recommend using FWECorrector for publication-quality results with 10,000 iteration if possible. This is computationl intesive, however, hence not the default option.
- **FWECorrector**: Family-Wise Error Rate correction. We strongly recommend using FWECorrector for publication-quality results with 10,000s iteration if possible. This is computationally intensive however, hence not the default option.

![Wizard 1](/guide/specification_wizard1.png)

Expand Down
Loading