History of AFNI updates  

|
May 05, 2020 01:11PM
Thanks for reporting the issue, Andrew!

> Do you think it is safe to fix the sub-bricks using e.g. `3drefit -'type'`?

Yes, it's safe to manually correct the problem.

The bug is on the line #9 from the end of the file 3dLMEr.R:

statsym <- c(statsym, list(list(sb=lop$nF+lop$num_glt+n-1, typ="fict", par=2)))

should be

statsym <- c(statsym, list(list(sb=lop$nF+2*lop$num_glt+n-1, typ="fict", par=2)))

The bug caused the incorrect statistical coding for sub-bricks #40-45 as well as the failure to assign statistical coding for the last 6 sub-bricks #73-78

Gang



Edited 1 time(s). Last edit at 05/05/2020 01:16PM by Gang.
Subject Author Posted

3dLMEr output sub-bricks with wrong statcode

Andrew Davis May 05, 2020 12:45AM

Re: 3dLMEr output sub-bricks with wrong statcode

gang May 05, 2020 01:11PM

Re: 3dLMEr output sub-bricks with wrong statcode

Andrew Davis May 05, 2020 02:57PM