iMRMC-v2.0.0
This GitHub project contains three software packages, but only the R package is actively being developed.
-
Active: iMRMC R package features an all R code backbone to perform the main MRMC study analysis and has additional U-statistics analysis procedures.
-
The package is available on CRAN
-
See the R package iMRMC updates
-
Additional current documentation can be found from iMRMC Documentation HTML and PDF
-
-
Frozen at v4.0.3: iMRMC java gui for multi-reader, multi-case (MRMC) sizing and analysis methods for the area under the ROC curve
-
Frozen at v2p1: iRoeMetz java gui for simulating MRMC ROC studies
Java packages
Java is no longer a requirement of the iMRMC package. You may still use the doIMRMC_java
function which utilizes the iMRMC java application, but this function will be defunct in future releases.
If you want to use the java function:
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.8 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.3.jar
java -jar iRoeMetz-v2p1.jar