- Download the data from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- Unzipp the files into "~/R" folder.
- Excecute run_anlysis.R script
Running the script in R will:
- Combin measurements from both the training and testing sets into one dataset using cbind().
- Extract only the measurements on the mean and standard deviation for each measurement by subsetting based on column names.
- Include subject number and their represented activity in the dataset by rbind().
- Calculate an average of each parameters by each participant and activity using dplyr() functions.