Skip to content

iMRMC-v4.0.1

Compare
Choose a tag to compare
@qigongFDA qigongFDA released this 15 Apr 21:43
· 183 commits to master since this release
34d3c66

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