-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
68 lines (68 loc) · 2.22 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
68
Type: Package
Package: statsExpressions
Title: Tidy Dataframes and Expressions with Statistical Details
Version: 1.6.2.9000
Authors@R:
person("Indrajeet", "Patil", , "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1995-6531"))
Maintainer: Indrajeet Patil <[email protected]>
Description: Utilities for producing dataframes with rich details for the
most common types of statistical approaches and tests: parametric,
nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation
analyses, contingency table analyses, and meta-analyses. The functions
are pipe-friendly and provide a consistent syntax to work with tidy
data. These dataframes additionally contain expressions with
statistical details, and can be used in graphing packages. This
package also forms the statistical processing backend for
'ggstatsplot'. References: Patil (2021) <doi:10.21105/joss.03236>.
License: MIT + file LICENSE
URL: https://indrajeetpatil.github.io/statsExpressions/,
https://github.com/IndrajeetPatil/statsExpressions
BugReports: https://github.com/IndrajeetPatil/statsExpressions/issues
Depends:
R (>= 4.3.0),
stats
Imports:
afex (>= 1.4-1),
BayesFactor (>= 0.9.12-4.7),
bayestestR (>= 0.15.0),
correlation (>= 0.8.6),
datawizard (>= 0.13.0),
dplyr (>= 1.1.4),
effectsize (>= 1.0.0),
glue (>= 1.8.0),
insight (>= 1.0.0),
magrittr (>= 2.0.3),
parameters (>= 0.24.0),
performance (>= 0.12.4),
PMCMRplus (>= 1.9.12),
purrr (>= 1.0.2),
rlang (>= 1.1.4),
rstantools (>= 2.4.0),
tidyr (>= 1.3.1),
withr (>= 3.0.2),
WRS2 (>= 1.1-6),
zeallot (>= 0.1.0)
Suggests:
ggplot2,
knitr,
metaBMA,
metafor,
metaplus (>= 1.0-5),
patrick,
rmarkdown,
survival,
testthat (>= 3.2.1),
utils
VignetteBuilder:
knitr
Config/Needs/check: anthonynorth/roxyglobals
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list( markdown = TRUE, roclets = c("collate", "namespace", "rd",
"pkgapi::api_roclet", "roxyglobals::global_roclet") )
RoxygenNote: 7.3.2.9000