-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.22 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
Package: bw
Version: 1.0.1
Title: Dynamic Body Weight Models for Children and Adults
Description: Implementation of the dynamic weight change models for adults from "The Dynamics of Human Body Weight Change" by CC. Chow and KD. Hall (2008) <doi:10.1371/journal.pcbi.1000045>. As well as the children weight change model from "Dynamics of childhood growth and obesity: development and validation of a quantitative mathematical model" by KD. Hall, NF. Butte, BA. Swinburn, and CC. Chow (2013) <doi:10.1016/S2213-8587(13)70051-2>. These model the physiological processes related to weight change in each individual by considering each of the biological processes involved. This package was developed under funding by Bloomberg Philanthropies.
Authors@R: c(person("Dalia", "Camacho-García-Formentí", email = "daliaf172@gmail.com", role = c("aut","cre")), person("Rodrigo", "Zepeda-Tello", email = "rzepeda17@gmail.com", role = c("aut")))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Date: 2018-07-01
Type: Package
VignetteBuilder: knitr
LazyLoad: yes
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Suggests:
testthat,
knitr,
rmarkdown
Imports:
Rcpp,
compiler,
ggplot2,
gridExtra,
reshape2,
survey