forked from joon-e/tidycomm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.2 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
63
64
65
66
67
Package: tidycomm
Title: Data Modification and Analysis for Communication Research
Version: 0.4.3
Authors@R: c(
person("Julian", "Unkel", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9568-7041")),
person("Mario", "Haim", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0643-2299")),
person("Lara", "Kobilke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6194-4724"))
)
Description: Provides convenience functions for common data
modification and analysis tasks in communication research. This
includes functions for univariate and bivariate data analysis, index
generation and reliability computation, and intercoder reliability
tests. All functions follow the style and syntax of the tidyverse, and
are construed to perform their computations on multiple variables at
once. Functions for univariate and bivariate data analysis comprise
summary statistics for continuous and categorical variables, as well
as several tests of bivariate association including effect sizes.
Functions for data modification comprise index generation and
automated reliability analysis of index variables. Functions for
intercoder reliability comprise tests of several intercoder
reliability estimates, including simple and mean pairwise percent
agreement, Krippendorff's Alpha (Krippendorff 2004, ISBN:
9780761915454), and various Kappa coefficients (Brennan & Prediger
1981 <doi: 10.1177/001316448104100307>; Cohen 1960 <doi:
10.1177/001316446002000104>; Fleiss 1971 <doi: 10.1037/h0031619>).
License: GPL-3
URL: https://joon-e.github.io/tidycomm/
BugReports: https://github.com/joon-e/tidycomm/issues
Depends:
R (>= 2.10)
Imports:
car,
dplyr,
fastDummies,
forcats,
GGally,
ggplot2,
glue,
lm.beta,
lubridate,
magrittr,
MASS,
MBESS,
misty,
pillar,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
sjlabelled,
gt
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2