Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msallin/msc_thesis_data_analytics
https://github.com/msallin/msc_thesis_data_analytics
fhnw msc msc-thesis mth
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msallin/msc_thesis_data_analytics
- Owner: msallin
- Created: 2021-07-06T17:06:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T16:11:52.000Z (over 2 years ago)
- Last Synced: 2024-10-19T19:53:25.595Z (18 days ago)
- Topics: fhnw, msc, msc-thesis, mth
- Language: R
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waste Study Data Analytics
This repository contains the R code used to analyze the data collected as part of the "Waste Study".
The study is part of my Master of Science thesis.The "main.r" located in the root of the project is the composition root. Executing this file will install all necessary packages and perform the analysis. All results are written to the "results" directory. The results are either plots (PDF files) or calculation results (text). The folder "survey" contains all code necessary to read and prepare the raw data (provided as "result.xlsx") for further processing. In the "analysis" folder the actual code to generate the artifacts in the "results" folder is located. The name of the R file contains the research question which is addressed with the code in the file.
The raw data must not be shared with the public and hence it is not part of this repository.
The raw data is located in an Excel workbook consisting of four sheets.- Demographics: Contains the answers from the initial/demographics survey.
- Daily Survey: Contains the answers from the daily surveys.
- Weekly Survey: Contains the answers from the weekly surveys.
- Final Survey: Contains the answers from the final/closing survey.