-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.37 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
Package: agreement
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9003
Authors@R:
person(given = "Jeffrey",
family = "Girard",
role = c("aut", "cre"),
email = "[email protected]")
Description: Calculate estimates of inter-rater agreement and reliability using
generalized formulas that accommodate different designs, missing data, and
ordered or unordered categories. The package includes generalized functions
for all major chance-adjusted indexes of categorical agreement (i.e., alpha,
gamma, irsq, kappa, pi, and s) as well as all major intraclass correlation
coefficients (i.e., one-way and two-way models, agreement and consistency
types, and single measure and average measure units). Estimates include
bootstrap resampling distributions, confidence intervals, and custom tidying
and plotting functions.
License: GPL-3
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.1),
boot,
dplyr (>= 0.8.3),
generics (>= 0.0.2),
ggplot2 (>= 3.2.1),
magrittr (>= 1.5),
rlang (>= 0.4.2),
tibble (>= 2.1.3),
ggdist (>= 2.1.1),
tidyr (>= 1.0.0),
tools
Suggests:
knitr,
DescTools (>= 0.99.31),
roxygen2 (>= 7.0.2),
testthat (>= 2.3.1),
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr