Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubnowicki/get-clean-project
https://github.com/jakubnowicki/get-clean-project
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakubnowicki/get-clean-project
- Owner: jakubnowicki
- Created: 2015-11-20T14:38:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T23:02:25.000Z (about 9 years ago)
- Last Synced: 2024-11-12T03:53:54.848Z (about 2 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: "README"
author: "Jakub Nowicki"
date: "22 listopada 2015"
output: html_document
---Data have been read from recieved files (X_train.txt, X_test.txt). Vaariables have been renamed according to list from the features file (features.txt). Activities and subjects IDs have been read from files (y_train/test.txt and subject_train/test.txt) and attached to the datasets. Data have been merged. Mean and standard deviation variables have been extracted (`grep` function was used to find colum numbers). "Freq" varibles have been excluded. Finaly activity number IDs have been replaced and substituted with full names.
Summary has been generated from the tidy dataset using `group_by` and `summarise_each` functions from the `dplyr` package.