This repository was archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.48 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
Type: Package
Package: pairwiseComparisons
Title: Multiple Pairwise Comparison Tests
Version: 3.2.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "patilindrajeet.science@gmail.com",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Maintainer: Indrajeet Patil <patilindrajeet.science@gmail.com>
Description: Multiple pairwise comparison tests on tidy data for
one-way analysis of variance for both between-subjects and
within-subjects designs. Currently, it supports only the most common
types of statistical analyses and tests: parametric (Welch's and
Student's t-test), nonparametric (Durbin-Conover and Dunn test),
robust (Yuen’s trimmed means test), and Bayes Factor (Student's
t-test).
License: GPL-3 | file LICENSE
URL: https://indrajeetpatil.github.io/pairwiseComparisons/,
https://github.com/IndrajeetPatil/pairwiseComparisons
BugReports:
https://github.com/IndrajeetPatil/pairwiseComparisons/issues
Depends:
R (>= 4.0)
Imports:
dplyr,
insight (>= 0.14.5),
parameters (>= 0.15.0),
PMCMRplus,
purrr,
rlang,
stats,
statsExpressions (>= 1.2.0),
WRS2 (>= 1.1-3)
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.1.0)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate", "pkgapi::api_roclet"))
RoxygenNote: 7.1.2
Config/testthat/edition: 3