Raw data

The data were obtained from five different (mostly repeated in time) experiments, and were organized in a single xlsx file. Data from each experiment are in a separate sheet, which are loaded separately by specifying the respective sheet name using the read_excel function of the readxl file.

NOTE: Although text files are prefered to store the data, I found more convenient to use a binary file instead of storing in a text file like csv. For some variabeles, I had to deal with some characters which were not loading correctly when using csv files. To visualize the data, go to the respective section of the data analysis page.

Most of the data are already organized in a rectangular (tidy) format, mostly in the long-format (a raw is an observation), but some are in the wide (observations in multiple colums), and so will need some wrangling. This munging is done within the respective section of the data analysis page, after data import.

Download

The data are stored in the data folder of the GitHub repository.

Copyright 2020 EM Del Ponte & FJ Machado