forked from bhelsel/agcounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: agcounts
Type: Package
Title: R Package for Extracting Actigraphy Counts from Accelerometer Data
Version: 0.3.0
Authors@R: c(
person(c("Brian", "C."), "Helsel", email = "[email protected]",
role = c("aut", "cre")),
person(c("Paul", "R."), "Hibbing", role = "ctb")
)
Description: This R Package reads the X, Y, and Z axes in a GT3X accelerometer file and converts it to Actigraphy counts.
This work was inspired by Neishabouri et al. who published the article "Quantification of Acceleration as Activity Counts in ActiGraph Wearables" on February 24, 2022.
The link to the article (https://www.researchsquare.com/article/rs-1370418/v1) and Python implementation of this code (https://github.com/actigraph/agcounts).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
data.table,
gsignal,
lubridate,
magrittr,
read.gt3x,
stats,
utils,
zoo
Remotes:
THLfi/read.gt3x
Suggests:
parallel,
devtools,
foreach,
testthat (>= 3.0.0)
Config/testthat/edition: 3