-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.19 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
Package: TwitterPollTester
Title: Test Independence of Factors in a 2x2 Twitter Poll
Version: 0.0.0.9000
Authors@R: person(given = "Sentient",
family = "Potato",
email = "[email protected]",
role = c("aut", "cre"))
Description: Twitter polls allow for four answer options, allowing users to
design a "2x2" poll, where two questions are actually asked, each with two
potential answers. Answers to such a poll can be arranged in a contingency
table, where the number of responses for each option are put in a cell of a
matrix with two columns (one for each potential answer to one question) and
two rows (one for each potential answer to the other question). There are
a number of statistical techniques that can be applied to such data to test
the hypothesis that answers to the two questions are related.
'TwitterPollTester' provides tools to fetch the poll responses from Twitter
and test whether answers to the two questions are independent or related.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
httr,
jsonlite,
magrittr,
tibble,
tidyr