Mouse-Imaging-Centre / RMINC

Statistics for MINC volumes: A library to integrate voxel-based statistics for MINC volumes into the R environment. Supports getting and writing of MINC volumes, running voxel-wise linear models, correlations, etc.; correcting for multiple comparisons using the False Discovery Rate, and more. With contributions from Jason Lerch, Chris Hammill, Jim Nikelski and Matthijs van Eede. Some additional information can be found here:
https://mouse-imaging-centre.github.io/RMINC
Other
22 stars 17 forks source link

mincFDR for mincLmer outputs doesn't support the same methods #319

Open gdevenyi opened 8 months ago

gdevenyi commented 8 months ago

mincFDR for lmer objects directly passes method to p.adjust due to hard-coding. The listed alternative implementations aren't available.