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

Add documentation for R scripts and create R package #117

Closed brandon-gallas closed 6 years ago

brandon-gallas commented 7 years ago

I have added a two R scripts in a new top-level directory "Rpackage" simMRMC.R is essentially a simple version of iRoeMetz iMRMC.R calls iMRMC.jar and collects the results from the "Analysis All Modalities" button

Please add a page in the iMRMC documentation about these scripts. Please also create an R package to be uploaded to the CRAN repository. The following will probably help, but there are likely many other resources to guide you: ftp://cran.r-project.org/pub/R/doc/contrib/Leisch-CreatingPackages.pdf

qigongFDA commented 7 years ago

Beta version exists here: https://github.com/DIDSR/iMRMC/tree/master/Rpackage Need some more documentation.