iMRMC-v4.0.1
This GitHub project contains three software packages
- iMRMC java gui for multi-reader, multi-case (MRMC) sizing and analysis methods for the area under the ROC curve
- iRoeMetz java gui for simulating MRMC ROC studies
- iMRMC R package that utilizes the iMRMC java application and has additional U-statistics analysis procedures
- The package is available on CRAN
- See the R package iMRMC updates
- R package iMRMC Documentation PDF
- Additional document can be found from iMRMC Documentation HTML and PDF
Java packages
Make sure you have Java installed on your system. Check this by typing
java -version
into the command terminal. The version number should be at least 1.7 or higher, if you don't have the latest version of Java, update it before proceeding.
On Windows, run the .jar file by double clicking it's icon.
On Linux, run the .jar file using the following command,
java -jar iMRMC-v4.0.1.jar
java -jar iRoeMetz-v2p1.jar
R package
We have also created an R package that executes the iMRMC java application as a command line system call. The package also has utilities to help with implementation and formatting the data. Documentation is included in the package.
11/29/2017 Added functions to analyze U-statistics of degree 1,1 (based on the identity kernel and the difference kernel).