-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
breaking-changePRs that change results or interfaces.PRs that change results or interfaces.enhancementNew feature or requestNew feature or request
Description
MetaRegressionResult.permutation_test and CombinationTestResult.permutation_test both require access to the Result object, which is a bit much for NiMARE Estimators to hold onto between the fitting and correction steps. If we could convert the methods to functions, and possibly distinguish the null distribution creation step from the correction step, I think that could help NiMARE.
This stems from neurostuff/NiMARE#278.
Metadata
Metadata
Assignees
Labels
breaking-changePRs that change results or interfaces.PRs that change results or interfaces.enhancementNew feature or requestNew feature or request