-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.03 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
Package: centile
Title: Translate Measurements, Z-Scores and Centiles with the RIF format
Version: 0.15.0
Authors@R:
person(given = "Stef",
family = "van Buuren",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1098-2119"))
Description: Defines a simple Reference Interchange Format (RIF) format for
growth references. Provides tools to import, validate, name and load
growth references as R objects. Converts measurements into Z-scores
or centile estimates, and vice versa. Supported distributions include the
normal, LMS, Box-Cox Green Cole (BCCG), Box-Cox Power Exponential (BCPE)
and Box-Cox t (BCT) distributions.
License: AGPL (>= 3) + file LICENSE
Depends:
R (>= 2.10)
Imports:
dplyr,
gamlss.dist,
readr,
rlang,
stats
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/growthcharts/centile
RoxygenNote: 7.3.2