Giter Site home page Giter Site logo

getdata-006's Introduction

getdata-006

Getting and Cleaning Data Course Project

This repo explains how all of the scripts work and how they are connected

There are 2 files: -run_analysis.R with all the code for the assignment project, it will work as long as the Samsung data is in your working directory

-CodeBook.md with: -all the information about the names for the raw files -all the names and descriptions for middle operations -all the final data frame descriptions

#How the script works

I decided that the steps (1-5) were not in an effcient order so I made the project in the following order: 1-4-3-2-5

First I load and merge the raw files. Then label the data set (step 4) and name all the activities (step 3). After that, I extract all the operations that contain the words "mean" or "std" (using grep) and extract the columns according to step 3. Lastly, using library plyr I use ddply function as shown in "reshaping data" lecture for week 3 and write the output data frame to the file tidy_data_set.txt (step 5).

Thanks for reading this!

getdata-006's People

Contributors

florez-alberto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.