-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
49 lines (49 loc) · 1.36 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
Package: SimplyAgree
Type: Package
Title: Flexible and Robust Agreement and Reliability Analyses
Version: 0.2.1
Authors@R: person("Aaron", "Caldwell", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Aaron Caldwell <[email protected]>
Description: Reliability and agreement analyses often have limited software support. Therefore, this package was created to make agreement and reliability analyses easier for the average researcher. The functions within this package include simple tests of agreement, agreement analysis for nested and replicate data, and provide robust analyses of reliability. In addition, this package contains a set of functions to help when planning studies looking to assess measurement agreement.
URL: https://aaroncaldwell.us/SimplyAgree/
BugReports: https://github.com/arcaldwell49/SimplyAgree/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
ggplot2,
emmeans,
lme4,
boot,
stats,
dplyr,
magrittr,
tidyselect,
tidyr,
stringr,
jmvcore,
quantreg,
patchwork,
insight,
nlme,
purrr,
Matrix,
MASS,
lifecycle
Suggests:
knitr,
rmarkdown,
testthat,
readr,
covr,
mgcv,
ggeffects,
deming,
pbkrtest
VignetteBuilder:
knitr
Depends:
R (>= 3.6)
Roxygen: list(markdown = TRUE)