-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
62 lines (62 loc) · 2.28 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: ndi
Title: Neighborhood Deprivation Indices
Version: 0.1.6.9014
Date: 2024-09-02
Authors@R:
c(person(given = "Ian D.",
family = "Buller",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9477-8582")),
person(given = "NCI",
role = c("cph", "fnd")))
Maintainer: Ian D. Buller <[email protected]>
Description: Computes various geospatial indices of socioeconomic deprivation and disparity
in the United States. Some indices are considered "spatial" because they
consider the values of neighboring (i.e., adjacent) census geographies in
their computation, while other indices are "aspatial" because they only
consider the value within each census geography. Two types of aspatial
neighborhood deprivation indices (NDI) are available: including:
(1) based on Messer et al. (2006) <doi:10.1007/s11524-006-9094-x>
and (2) based on Andrews et al. (2020) <doi:10.1080/17445647.2020.1750066>
and Slotman et al. (2022) <doi:10.1016/j.dib.2022.108002>
who use variables chosen by Roux and Mair (2010)
<doi:10.1111/j.1749-6632.2009.05333.x>. Both are a decomposition of multiple
demographic characteristics from the U.S. Census Bureau American Community
Survey 5-year estimates (ACS-5; 2006-2010 onward). Using data from the ACS-5
(2005-2009 onward), the package can also compute indices of racial or ethnic
residential segregation, including but limited to those discussed in Massey
& Denton (1988) <doi:10.1093/sf/67.2.281>, and additional indices of
socioeconomic disparity.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
car,
dplyr,
MASS,
Matrix,
psych,
sf,
stats,
stringr,
tidycensus,
tidyr,
tigris,
units,
utils
Suggests:
DescTools,
ggplot2,
testthat,
R.rsp,
spelling,
usethis
VignetteBuilder: R.rsp
Language: en-US
URL: https://github.com/idblr/ndi
BugReports: https://github.com/idblr/ndi/issues