Giter Club home page Giter Club logo

getting-and-cleaning-data-project's Introduction

README file


The dataset includes the following files:

  • 'README.md'

  • 'CodeBook.md': Provides information regrading variables in the processed data set, along with information about the original data set and study design.

  • 'run_analysis.R': Contains the R script for reproducing the processed data set. Below are the step of the script

    1. loading the UCI HAR data files
    2. Create column names for test and train data files
    3. Add varible "group" to retain training or testing status of subjects
    4. Merge dataframes to create "main_df"
    5. Add activity labels for "activity" variable observations using car package
    6. Extract measurements involving the mean and standard deviation of the original inertial signals
    7. Create new dataframe "avg_of_mean_and_std_df" using the Reshape2 package that
      provides the mean of the extracted measurements for each combination of subject
      and activity. Relabel variables to indicate a mean has been computed. Write "avg_of_mean_and_std_df" to tab delimited text file called "avg_of_mean_and_std_measruements.txt" in working directory.
  • 'avg_of_mean_and_std_measurements.txt': The processed data set.

  • 'avg_of_mean_and_std_feature_list.txt': List of all features in the processed data set.

  • 'features_info.txt': Shows information about the variables used on the feature vector in the original UCI HAR dataset.

  • 'features.txt': List of all features in the original UCI HAR dataset..

getting-and-cleaning-data-project's People

Contributors

lebryant126 avatar

Watchers

 avatar  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.