Course work

###This is submission for the coursera "Getting and Clearing Data" course with the following issues completed:

  1. Done Merges the training and the test sets to create one data set.
  2. Done Extracts only the measurements on the mean and standard deviation for each measurement.
  3. Done Uses descriptive activity names to name the activities in the data set
  4. Done Appropriately labels the data set with descriptive variable names.
  5. Done From the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.

###About this work

The run_analysis.R file contains all the used scrypts. Run it to collect tidy data in file TidyData.txt or average tidy data MeltedTidyData.txt in your current R working directory.

For test it you should use this datasets.(Warning: after unziping rename the folder with datasets to the Dataset and move it to your R working directory!)

The discription of the colnames if the tidy datasets and each of the scrypt variables you can find in codeBook.md.