-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
17 lines (17 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: nhanesaccel
Type: Package
Title: Process Accelerometer Data from NHANES 2003-2006
Version: 1.0.0
Date: 2020-07-30
Author: Dane R. Van Domelen, W. Stephen Pittard, and Tamara B. Harris
Maintainer: Dane R. Van Domelen <[email protected]>
Description: Functions for processing accelerometer data from the National Health and Nutrition Examination Survey (NHANES), years 2003-2006 (data included). The main function, nhanes.accel.process, generates a variety of physical activity variables, including indicators of physical activity volume, intensity, frequency, and duration. It also generates variables that can be used to study patterns of physical activity, i.e. weekday/weekend differences and hourly trends. Numerous function inputs are available to control data processing algorithms like non-wear time classification and activity bout detection.
License: GPL (>=3)
LazyData: true
Depends: R (>= 3.0.0), survey (>= 3.30-3)
Imports: accelerometry (>= 3.1.1), dplyr, dvmisc, haven, shiny, svMisc (>= 0.9-70)
Encoding: UTF-8
RoxygenNote: 7.1.0
Suggests: knitr,
rmarkdown,
pander