-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.4 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
Package: outcomerate
Version: 1.0.1.9000
Title: AAPOR Survey Outcome Rates
Description: Standardized survey outcome rate functions, including the response rate, contact rate, cooperation rate, and refusal rate. These outcome rates allow survey researchers to measure the quality of survey data using definitions published by the American Association of Public Opinion Research (AAPOR). For details on these standards, see AAPOR (2016) <https://www.aapor.org/Standards-Ethics/Standard-Definitions-(1).aspx>.
Authors@R: c(
person(given = "Rafael",
family = "Pilliard Hellwig",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3092-3493")),
person(given = "Carl",
family = "Ganz",
role = "rev"),
person(given = "Neal",
family = "Richardson",
role = "rev")
)
License: CC0
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Suggests:
dplyr,
forcats,
ggplot2,
knitr,
testthat,
tidyr,
covr,
rmarkdown,
spelling,
stringr
Imports:
Rdpack (>= 0.7),
stats
RdMacros:
Rdpack
Language: en-US
URL: https://docs.ropensci.org/outcomerate, https://github.com/ropensci/outcomerate
BugReports: https://github.com/ropensci/outcomerate/issues
VignetteBuilder: knitr