-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.18 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
Package: pollster
Type: Package
Title: Calculate Crosstab and Topline Tables of Weighted Survey Data
Version: 0.1.6
Author: John D. Johnson [aut, cre]
Maintainer: John D. Johnson <[email protected]>
Description: Calculate common types of tables for weighted survey data.
Options include topline and (2-way and 3-way) crosstab tables of
categorical or ordinal data as well as summary tables of weighted
numeric variables. Optionally, include the margin of error at
selected confidence intervals including the design effect. The
design effect is calculated as described by
Kish (1965) <doi:10.1002/bimj.19680100122> beginning
on page 257. Output takes the form of tibbles (simple data frames).
This package conveniently handles labelled data, such as that
commonly used by 'Stata' and 'SPSS.' Complex survey design is
not supported at this time.
Depends:
R (>= 2.10)
Imports:
dplyr (>= 0.8.0),
stringr (>= 1.0.0),
tidyr (>= 1.1.0),
labelled (>= 2.0.0),
forcats (>= 1.0.0),
rlang (>= 0.4.5)
Suggests:
ggplot2 (>= 3.3.0),
knitr,
rmarkdown
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
VignetteBuilder: knitr