-
Notifications
You must be signed in to change notification settings - Fork 58
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
Implement SDM meta-analysis techniques #183
Comments
We don't have immediate plans to implement all of SDM, as it's closed-source and none of the core developers of NiMARE are very familiar with the details of any of the algorithms. However, I did speak with @HBossier fairly recently, and he has an R-based implementation of at least one of the SDM algorithms that we were interested in translating over to Python and incorporating into NiMARE. I haven't had a chance to work on this yet, but maybe it's something we can work on adding. |
Hi @JohannesWiesner, I didn't find time yet to start working on this as I had to shift stuff on my to-do priority list... These functions might also be useful if you want to work within R. |
I'm going to use this comment to collect information I glean from SDM manuscripts. The steps, as best I can understand them, of the SDM-PSI algorithm are:
Misc. notes:
|
I would like to use nimare to perform a meta-analysis. Is there a plan to implement the SDM algorithms (such as SDM-PSI, the latest version) as alternatives to ALE and MKDA?
The text was updated successfully, but these errors were encountered: