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

Jackknife post-meta-analysis method #590

Closed
tsalo opened this issue Oct 27, 2021 · 0 comments · Fixed by #592
Closed

Jackknife post-meta-analysis method #590

tsalo opened this issue Oct 27, 2021 · 0 comments · Fixed by #592
Labels
enhancement New feature or request

Comments

@tsalo
Copy link
Member

tsalo commented Oct 27, 2021

Summary

One of the diagnostic methods for coordinate-based meta-analyses, as described in Muller et al. (2018), is to perform a jackknife analysis on a CBMA, to see how much each experiment contributes to each resulting cluster.

Additional details

This stems from #34 (comment).

Approach ideas

This should be a Transformer(?) that takes in the MetaResult, loops through experiments in the Dataset, and calculates the summary statistic (e.g., ALE) map using all but one of the experiments, and relates the difference between the full Dataset's statistic and the statistic from the Dataset minus that one experiment.

I'm not entirely sure what the class should look like, but it will have access to the Estimator and Dataset from the MetaResult input.

@tsalo tsalo added the enhancement New feature or request label Oct 27, 2021
@tsalo tsalo changed the title Jack-knife post-meta-analysis method Jackknife post-meta-analysis method Oct 27, 2021
@tsalo tsalo closed this as completed in #592 Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant