Skip to content

Latest versions: iMRMC-v3p3 and iRoeMetz-v2p1

Compare
Choose a tag to compare
@qigongFDA qigongFDA released this 06 Oct 20:34
· 294 commits to master since this release

This GitHub project contains three software packages

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-v3p3.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).