This dataset contains the scripts and packages needed to reproduce Chapter 4 in R.
- summeR: contains the functions and packages needed for R
- RealAutWaves: contains the raw data and the scripts to reproduce the analysis of Chapter 4
- a ReadMe detailing the analysis
Note: Almost all the raw data used in the chapter is included. However, the data for robots comes from the IFR and we do not have permission to publish it. Therefore, this dataset has been excluded.
Description of the folder RealAutWaves:
The folder _data_raw contains all the raw data (except the robots data from IFR as it cannot be made public)
The folder _function contains the codes of functions that are later called in the main script of the analysis
The folder _script contains:
-
a folder named "_clean" contains all the scripts to clean the raw data (this data will then be used in script 01-main, see below)
-
init: this script is needed to set-up R (it will be used in the main scripts)