Skip to content

Faster t-tests and bug fixes (2019-07-30)

Compare
Choose a tag to compare
@dorianps dorianps released this 16 Jan 20:29
· 13 commits to master since this release
8fa9904

LESYMAP v0.0.0.9221

  • Fixed compatibility with ANTsR: is.na(mask) -> is.na(c(mask))
  • Minor display info fix

==============
LESYMAP v0.0.0.9220

  • Added compiled TTfast function, 60x faster on full matrices
  • Enabled default faster runs for method='ttest'
  • Added slower method='ttestslow' for backward compatibility
  • Added lesymap.predict to make predictions of new cases using lesymap model
  • Enabled analyses of non-binary (continuous) voxel values
  • Switched to default binaryCheck=TRUE
  • Fixed bug that didn't allow method='svr' calls