• URI BIO439/539: Big Data Analysis
Toggle navigation
  • Home
  • General Information
  • Weekly Materials
  • Day 24
  • Day 23
  • Day 22
  • Day 19
  • Day 18 - More data in python
  • Day 17 - Data in python
  • Day 16 - Databases
  • Day 15 - R Markdown
  • Day 14 - Plots
  • Day 13-14 - Tidy data
  • Day 12
  • Day 11-12
  • Day 8-10
  • Day 7
  • Day 3-6
  • Day 2
  • Day 1

In class material:

Tidy Data

Reading:

R For Data Science ch. 12

Wickham, H. 2014. Tidy Data. Journal of Statistical Software. 59(10)

  • Note: we will refer to “melt” as “gather” (i.e. to convert wide multi-observation data to long single-observation data); we will refer to “cast” as “spread” (i.e. long to wide)

White, E. et al. 2013. Nine simple ways to make it easier to (re)use your data. Ideas in Ecology and Evolution 6(2): 1–10

Broman, K.W. and K.H. Woo. 2017/ Data organization in spreadsheets. The American Statistician

Data Organization

Notes:

Day 14 notes on tidy data


CC-BY-SA Icon

Unless otherwise noted, all the documentation on this site are licensed under a Creative Commons Attribution Share Alike 4.0 Unported license.
All the code licensed under MIT.
The template for this site was borrowed from the course template of P2PU .