Install RStudio

Download and install RStudio on your machine

Install GRAPLEr and Prerequisites

Run the following commands in RStudio:

install.packages("httr")
install.packages("RCurl") # For GRAPLEr < v3.1.2
install.packages("jsonlite")
install.packages("devtools")
library("devtools")
devtools::install_github("GRAPLE/GRAPLEr")

Run a Sample Experiment

You can go through the Project EDDIE module to test-drive the execution of hundreds of GLM model runs through GRAPLEr during the Part C activity of the module, and learn many different GRAPLEr commands with detailed annotation.

Any Problem?

Contact Technical Support.