-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
53 lines (53 loc) · 1.31 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
Package: jmv
Type: Package
Title: The 'jamovi' Analyses
Version: 2.5.6
Date: 2024-06-19
Authors@R: c(person("Ravi", "Selker", role=c("aut", "cph")),
person("Jonathon", "Love", role=c("aut", "cre", "cph"), email="[email protected]"),
person("Damian", "Dropmann", role=c("aut", "cph")),
person("Victor", "Moreno", role=c("ctb", "cph")),
person("Maurizio", "Agosti", role=c("ctb", "cph")))
Maintainer: Jonathon Love <[email protected]>
Description: A suite of common statistical methods such as descriptives,
t-tests, ANOVAs, regression, correlation matrices, proportion tests,
contingency tables, and factor analysis. This package is also useable from
the 'jamovi' statistical spreadsheet (see <https://www.jamovi.org> for more
information).
BugReports: https://github.com/jamovi/jmv/issues
License: GPL (>= 2)
Depends:
R (>= 3.2)
Imports:
jmvcore (>= 2.4.2),
R6,
car (>= 3.0.0),
multcomp,
ggplot2 (>= 2.2.1),
PMCMR,
emmeans (>= 1.4.2),
vcd,
vcdExtra,
GGally,
BayesFactor,
psych (>= 1.7.5),
GPArotation,
afex (>= 0.28-0),
mvnormtest,
lavaan,
ggridges,
ROCR,
nnet,
MASS,
ggrepel,
dplyr,
magrittr
Suggests:
exact2x2,
testthat (>= 3.1.5),
semPlot,
carData,
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 6.1.1