-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.29 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
34
35
Package: childsds
Title: Data and Methods Around Reference Values in Pediatrics
Version: 0.6.7
Authors@R: person("Mandy", "Vogel", email = "[email protected]", role = c("aut", "cre"))
Description: Calculation of standard deviation scores and percentiles adduced from different
growth standards (WHO, UK, Germany, Italy, China, etc). Therefore, the calculation of SDS-values
for different measures like BMI, weight, height, head circumference, different
ratios, etc. are easy to carry out. Also, references for laboratory values in
children and adults are available, e.g., serum lipids, iron-related blood parameters, IGF, liver enzymes. In the
new version, there are also functions combining the lms() function from package 'gamlss' with
resampling methods for using with repeated measurements and family dependencies. A searchable list
of items can be found here: <https://github.com/mvogel78/childsds/wiki>.
Depends:
R (>= 3.4.0)
Imports:
gamlss,
gamlss.dist,
dplyr,
magrittr,
methods,
tidyr,
boot,
class,
tibble,
reshape2,
purrr,
utils
Suggests:
ggplot2
URL: https://github.com/mvogel78/childsds/wiki
BugReports: https://github.com/mvogel78/childsds/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1