-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.75 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
Package: whomds
Type: Package
Title: Calculate Results from WHO Model Disability Survey Data
Version: 1.1.1.9000
Authors@R: c(person("Lindsay", "Lee", email = "[email protected]", role = c("aut","cre")), person("Carolina", "Fellinghauer", email = "[email protected]", role = c("ctb")), person("World Health Organization", email = "[email protected]", role = "cph"))
Description: The Model Disability Survey (MDS) <https://www.who.int/activities/collection-of-data-on-disability> is a World Health Organization (WHO) general population survey
instrument to assess the distribution of disability within a country or
region, grounded in the International Classification of Functioning,
Disability and Health <https://www.who.int/standards/classifications/international-classification-of-functioning-disability-and-health>. This package provides fit-for-purpose functions
for calculating and presenting the results from this survey, as used by
the WHO. The package primarily provides functions for implementing
Rasch Analysis (see Andrich (2011) <doi:10.1586/erp.11.59>) to
calculate a metric scale for disability.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
colorspace,
dplyr,
eRm,
ggraph,
ggplot2,
GPArotation,
grDevices,
igraph,
nFactors,
plyr,
polycor,
purrr,
RColorBrewer,
readr,
rlang,
scales,
srvyr,
stringr,
TAM,
tibble,
tidygraph,
tidyr,
WrightMap
Depends: R (>= 3.6.0),
psych
BugReports: https://github.com/lindsayevanslee/whomds/issues
RoxygenNote: 7.2.0
Suggests:
covr,
httr,
knitr,
lubridate,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://github.com/lindsayevanslee/whomds