From f0fdcd631ebf0dd3c89e2c19d7fc1e1cce535baa Mon Sep 17 00:00:00 2001 From: brent-stone <17680096+brent-stone@users.noreply.github.com> Date: Mon, 9 Mar 2020 22:19:33 -0500 Subject: [PATCH] Updated rEDM and EDM links links were broken. Fixed the link to rEDM and added information about the Sugihara Lab webpage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b78b0c3..93649f6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The files are organized with an example CAN data sample and three folders. Each * Make sure you read the comments about the expected folder structure! * Folder 3: **R Scripts** - * The R scripts require the [rEDM](https://cran.r-project.org/web/packages/rEDM/vignettes/rEDM-tutorial.html) package. Look for commands_list.txt for a sequential series of R commands. + * The R scripts require the [rEDM](https://CRAN.R-project.org/package=rEDM) package. Look for commands_list.txt for a sequential series of R commands. For more information about EDM, see U.C. San Diego's Sugihara Lab homepage: https://deepeco.ucsd.edu/. * The folders "city" and "home" include .csv files of engine RPM, brake pressure, and vehicle speed time series during different driving conditions. Each folder includes a "commands_list_####.txt" file for copy-paste R commands to analyze this data using the rEDM package.