Learn R Programming

acc (version 1.3.3)

NHANES: NHANES data

Description

NHANES 2003 data

Usage

data(NHANES)

Arguments

Format

A data frame with 19323 rows and 11 variables. This consists physical activity data for 2763 individuals.

Details

  • ID: Individual's ID
  • Day: Order of the seven day measurement perior 1-7.
  • SedentaryMinutes: Sedentary minutes per day in 10 minute bouts.
  • numberOfBoutsSed: Number of sedentary bouts per day in 10 minute bouts.
  • mvpaMinutes: Minutes of moderate to vigorous physical activity per day in 10 minute bouts.
  • numberOfBoutsMVPA: Number of moderate to vigorous physical activity bouts per day in 10 minute bouts.
  • wearTime: Wear time per day.
  • Gender: Participant's gender.
  • Age: Participant's age.
  • VO2max: Participant's V02max at baseline.
  • raceBI: Participant's race (white=1, otherwise=0).