DIDSR / iMRMC

iMRMC: Software to do multi-reader multi-case analysis of reader studies
http://didsr.github.io/iMRMC/
Other
22 stars 17 forks source link

"Save All Stat" button and trialResultArray variable. #105

Closed qigongFDA closed 8 years ago

qigongFDA commented 8 years ago
  1. Add a new button "Save All Stat" in iMRMC. It could do analysis for all modalities combinations study. Then it exports analysis tables, whole studies and each reader analysis results. At the same time, it exports ROC curves data.
  2. In iRoeMetz, skip trials with negative totalvar. When we scale mean and variance, we use number of trials with positive totalvar
  3. In iRoeMetz, always generate each trial's result and save them in trialResultArray. But only export it during validation. trialResultArray has all trial's information even the totalvar is negative.
qigongFDA commented 8 years ago

New updates on July 8th iMRMC:

  1. iMRMC could run in command line. And software will do analysis and export results as "Save All Stat" button. iRoeMet:
  2. In GUI version, the simulation and numerical export buttons will ask end user create a folder. And software will save each trials analysis results (simulation only), human readable final result (.omrmc) and computer readable final result(.csv) in that folder
  3. Validation results include all statistical analysis results and are saved in .csv format.