Motion Sense Dataset: Measurements of user acceleration and pitch attitude collected by smartphones from 24 individuals performing four distinct activities: jogging, walking, sitting, and standing.
Source:R/MotionSenseDataset.R
MotionSenseDataset.Rd
This dataset includes time-series data generated by accelerometer and gyroscope sensors. A total of 24 participants in a range of gender, age, weight, and height performed 4 activities in the same environment and conditions: downstairs, upstairs, walking, jogging, sitting, and standing.
Examples
if (FALSE) { # \dontrun{
# Load the Motion Sense Dataset
data("motion_sense_data")
} # }