Git Product home page Git Product logo

courseproject_r's Introduction

CourseProject_R

Course Project for Coursera's Getting and Cleaning Data

This file describes how to use the R script to perform the end goals of Coursera's Getting and Cleaning Data course Project.

  1. Download the .zip file from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip and unzip files into your working directory. After unzipping, please rename the unzipped file as "data" for the R script to work.
  2. Save run_analysis.R into the same working directory as the "data" file containing all the unzipped files.
  3. Open RStudio, and use source("run_analysis.R") after setting your working directory.
  4. Two final .txt files will be generated from run_analysis.R.
  • mergeddata.txt: a textfile that was generated from the merging of the test and training sets into a data frame called "clean_data" (dimensions: 10299 observations of 68 variables).
  • data_means.txt: A textfile that was generated from clean_data with the averages of each variables for each activity and each subject (dimesnions: 180 observations of 68 variables).
  1. To read in data_means.txt, simply use read.table("data_means.txt").

courseproject_r's People

Contributors

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