Taylor Salo

Results 869 comments of Taylor Salo

I agree, although what do we do when there are differences? - I know I fixed some _minor_ bugs in Simon's MATLAB code a few years back, which is what...

@yifan0330 I've created a new repo, https://github.com/neurostuff/meta-analysis-comparison, where we can develop this idea further. We will probably also want to have some integration tests implemented in NiMARE, but I think...

I'm not sure... maybe someone else who has a better handle on stats can answer that?

Here's a draft of my understanding of the necessary steps: 1. For each voxel in the mask, identify studies in dataset corresponding to that voxel. Selection criteria can be either...

Will compare Bzdok 2013 approach to [Chase 2020](https://pubmed.ncbi.nlm.nih.gov/32314470/).

I finally stumbled across this issue today. Here's what the traceback looks like: ``` Traceback (most recent call last): File "/home/tsalo006/nimare/joblib/conda_env/lib/python3.8/site-packages/nimare/base.py", line 314, in fit maps = self._fit(dataset) File "/home/tsalo006/nimare/joblib/conda_env/lib/python3.8/site-packages/nimare/meta/cbma/base.py",...

`memory_limit` _should_ address the problem, so I think the question is whether the kernel should have a limit that is independent of the `memory_limit` parameter, or if `memory_limit` should be...

One thing I don't love about the current convention is that `desc` is overloaded. For example, in the MKDAChi2 meta-analysis, we have `desc-consistency` and `desc-specificity`, but after FWE correction we...

I think the main obstacle here is going to be supporting different types of maskers. Currently, Datasets can't work with atlas or sphere masks, because these don't have `mask_img` attributes,...

MetaResults should support multiple kinds of maskers right now, so the above idea might not work.