-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
39 lines (39 loc) · 1.28 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
Package: esci
Type: Package
Title: Estimation Statistics with Confidence Intervals
Version: 1.0.6
Authors@R: person("Robert", "Calin-Jageman", email = "[email protected]",
role = c("aut", "cre", "cph"))
Description: A collection of functions and 'jamovi' module for the estimation approach to inferential statistics, the approach which emphasizes effect sizes, interval estimates, and meta-analysis. Nearly all functions are based on 'statpsych' and 'metafor'. This package is still under active development, and breaking changes are likely, especially with the plot and hypothesis test functions. Data sets are included for all examples from Cumming & Calin-Jageman (2024) <ISBN:9780367531508>.
URL: https://github.com/rcalinjageman/esci/, https://rcalinjageman.github.io/esci/
BugReports: https://github.com/rcalinjageman/esci/issues/
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
jmvcore (>= 0.8.5),
R6,
rlang,
methods,
stats,
multcomp,
sadists,
statpsych,
metafor,
ggplot2,
ggdist,
ggtext,
ggbeeswarm,
glue,
Rdpack,
stringr,
mathjaxr,
legendry (>= 0.2)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack, mathjaxr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)