-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.12 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
Package: bw
Version: 1.0.0
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 Chow and Hall as well as the children weight change model from "Dynamics of childhood growth and obesity: development and validation of a quantitative mathematical model" by Hall, Butte and others. 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 = "[email protected]", role = c("aut","cre")), person("Rodrigo", "Zepeda-Tello", email = "[email protected]", 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,
utils