-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.54 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
Package: dietaryindex
Type: Package
Title: Dietary Pattern Index Calculation Package
Version: 2.0.0
Authors@R: c(
person("James", "Zhan", , "jzha832@emory.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2480-8760")
),
person("Becky", "Hodge", role = "aut",
comment = c(ORCID = "0000-0002-9738-0876")
)
)
Maintainer: James Jiada Zhan <jzha832@emory.edu>
Date: 2024-11-03
Description: Currently, the package works for the following 5 dietary assessment tools to calculate many dietary indexes within 1 steps without data-preprocessing.
1. It can calculate HEI2020, HEI2015, AHEI, DASH, DASHI, MED, MEDI, and DII for the NHANES.
2. It can calculate HEI2020, HEI2015, AHEI, DASH, MED, and DII for the ASA24.
3. It can calculate HEI2015, AHEI, DASH, and MED for the DHQ3.
4. It can calculate HEI2015, AHEI, AHEIP, DASH, MED, and DII for the Block FFQ.
This package can also help you calculating HEI2020, HEI2015, AHEI, AHEI-P, DASH (quintile-based), DASHI (serving size-based), aMED (median-based), MEDI (serving size-based), DII, American Cancer Society 2020 dietary index (ACS 2020), and Planetary Health Diet Index based on the EAT-Lancet Commission (PHDI)) using all other dietary assessments, if you provide the relevant serving sizes for each food/nutrient category.
Outputs include the dietary index total score and component scores (for dataset-specific functions).
Depends:
R (>= 2.10)
Imports:
dplyr,
readr,
haven
License: MIT License
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1