ex_data | R Documentation |
A dataset containing accelerometer data and predicted energy expenditure in metabolic equivalents (METs) that can be used to classify moderate-to-vigorous physical activity in continuous bouts.
ex_data
A data frame with 10080 rows and 12 variables:
character. Name of the file originating the data
character giving the date ("%m/%d/%Y")
character giving the time ("%H:%M:%S")
full timestamp (%Y-%m-%d %H:%M:%S) given as character
numeric day of the year (i.e., julian date)
numeric minute of the day (i.e., 0 for midnight and 1439 for 11:59)
activity counts for the device's first axis
activity counts for the device's second axis
activity counts for the device's third axis
number of steps taken
vector magnitude (Euclidian norm) of the activity counts from the three axes
predicted energy expenditure, in metabolic equivalents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.