Skip to content

poball/Coursera-Getting-Cleaning-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data Course Project

Description of run_analysis.R:

  • set up R work directory(C:/Users/yourname/Documents/coursera/clean_data)
  • In same directory save run_analysis.R and subdirectory "data"
  • download and unzip the data(https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip) to local
  • output in "data" directory:
    • merged_clean_data.txt: 10299*68 dimension.
    • data_with_means.txt: 180*68 dimension.
  • Use data <- read.table("data_with_means.txt") command in RStudio to read the file. There are 6 activities and 30 subjects in total, 180 rows and 68 columns( 66 features), 180*68 dimension.

About

No description, website, or topics provided.

Resources

Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages