Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 3.36 KB

README.md

File metadata and controls

28 lines (18 loc) · 3.36 KB

Script and data to reproduce the results presented in the RATS paper - https://doi.org/10.1002/mrm.27605

Reproduce results using MyBinder.org

Click the launch binder badge below. Once the RStudio window has opened in your browser, select the "generate_results.Rmd" file in the file browser window (lower right panel). In the file editor window (top left panel) select the "Run" dropdown icon followed by "Run All".

badge

Local installation instructions

Dependencies

  • R (all required packages will be automatically installed)
  • TARQUIN should be installed on the system path to generate Figure 5.
  • GNU make (optional but recommended)
  • git (optional but recommended)

Install on Linux or OSX

git clone https://github.com/martin3141/rats.git
cd rats
make

Install on other (without git or GNU make)

Download the repository zip using the "Clone or download" and run generate_results.R with the R interpreter.