forked from xinyue-L/PML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.46 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
Package: PML
Type: Package
Title: Penalized Multi-Band Learning for Circadian Rhythm Analysis
Using Actigraphy
Version: 1.2
Date: 2020-02-11
Authors@R: c(person(given = "Xinyue",
family = "Li",
email = "[email protected]",
role = c("aut", "cre")),
person(given="Michael",
family="Kane",
email = "[email protected]",
role = c("aut")))
Maintainer: Xinyue Li <[email protected]>
Description: Penalized Multi-Band Learning algorithm can be effectively implemented for circadian rhythm analysis and daily activity pattern characterization using actigraphy (continuously measured objective physical activity data). Functions for interactive visualization of actigraph data are also included. Method reference: Li, X., Kane, M., Zhang, Y., Sun, W., Song, Y., Dong, S., Lin, Q., Zhu, Q., Jiang, F., Zhao, H. (2019) A Novel Penalized Multi-band Learning Approach Characterizes the Consolidation of Sleep-Wake Circadian Rhythms During Early Childhood Development.
Depends: R (>= 3.4.0)
License: GPL (>= 2)
Imports: tidyr,rbokeh,dplyr,tibble
Encoding: UTF-8
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
URL: https://github.com/xinyue-L/PML
BugReports: https://github.com/xinyue-L/PML/issues
NeedsCompilation: no
Packaged: 2020-02-11 07:41:56 UTC; xinyueli
Author: Xinyue Li [aut, cre],
Michael Kane [aut]