-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.08 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
Type: Package
Package: quadagree
Title: Inference for the quadratically weighted Fleiss' kappa, Conger's kappa,
Cohen's kappa, and Brennan-Prediger coefficient
Version: 0.9.0
Authors@R:
person("Jonas", "Moss", , "jonas.moss.statistics@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6876-6964"))
Description: Calculate the quadratically weighted Fleiss' kappa, Cohen's kappa,
Conger's kappa, and Brennan-Prediger coefficient. Missing values are handled
using all pairwiseavailable information. Supports three
inferential procedures; the ADF method, the elliptical method,
and the normal method. Supports studentized bootstrapping with three
transforms.
License: CC BY 4.0
URL: https://jonasmoss.github.io/quadagree/
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
future.apply,
Matrix,
arrangements
Suggests:
knitr,
irrCAC,
rmarkdown,
testthat (>= 3.0.0),
covr,
microbenchmark
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3