Skip to content

Holds all offline data analysis scripts for Project Sidewalk required for our forthcoming paper submission

Notifications You must be signed in to change notification settings

ProjectSidewalk/sidewalk-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sidewalk-data-analysis

Holds all offline data analysis scripts for Project Sidewalk.

As a temporary setup, if you want to run the code directly,

  1. Create a data directory in the root directory.
  2. Ask @misaugstad for the two CSVs that belong in there (They haven't been included yet; waiting to make sure that all data is ethically sound to share first).
  3. Download and install RStudio, the amazing, free, open-source, cross-platform R IDE, if you haven't already.
  4. Click File->Open Project and choose the sidewalk-data-analysis.Rproj file to open the project.
  5. Open the R/accuracy_analysis.Rmd file.
  6. Knit the R/accuracy_analysis.Rmd file. The shortcut is ctrl-shift-k (probably cmd-shift-K on Mac).
  7. If it complains that packages aren't installed, look at the list of imports in the first code chunk, and run install.packages(c('package1', 'package2', ...)) in the R console.

About

Holds all offline data analysis scripts for Project Sidewalk required for our forthcoming paper submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages