-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·42 lines (42 loc) · 2.2 KB
/
DESCRIPTION
File metadata and controls
executable file
·42 lines (42 loc) · 2.2 KB
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
Package: MOTE
Version: 1.2.2
Date: 2025-12-05
Title: Effect Size and Confidence Interval Calculator
Authors@R: c(person("Erin M.", "Buchanan", role = c("aut", "cre"),
email = "buchananlab@gmail.com",
comment = c(ORCID = "0000-0002-9689-4189")),
person("Amber M", "Gillenwaters", role = "aut",
comment = c(ORCID = "0000-0002-7580-3591")),
person("John E.", "Scofield", role = "aut",
comment = c(ORCID = "0000-0001-6345-1181")),
person("K. D.", "Valentine", role = "aut",
comment = c(ORCID = "0000-0001-6349-5395")))
Depends: R (>= 3.1.0)
Imports: stats
Suggests:
car,
testthat (>= 3.0.0)
Description: Measure of the Effect ('MOTE') is an effect size calculator, including a
wide variety of effect sizes in the mean differences family (all versions of d) and
the variance overlap family (eta, omega, epsilon, r). 'MOTE' provides non-central
confidence intervals for each effect size, relevant test statistics, and output
for reporting in APA Style (American Psychological Association, 2010,
<ISBN:1433805618>) with 'LaTeX'. In research, an over-reliance on p-values
may conceal the fact that a study is under-powered (Halsey, Curran-Everett,
Vowler, & Drummond, 2015 <doi:10.1038/nmeth.3288>). A test may be statistically
significant, yet practically inconsequential (Fritz, Scherndl, & Kühberger, 2012
<doi:10.1177/0959354312436870>). Although the American Psychological Association
has long advocated for the inclusion of effect sizes (Wilkinson & American
Psychological Association Task Force on Statistical Inference, 1999
<doi:10.1037/0003-066X.54.8.594>), the vast majority of peer-reviewed,
published academic studies stop short of reporting effect sizes and confidence
intervals (Cumming, 2013, <doi:10.1177/0956797613504966>). 'MOTE' simplifies
the use and interpretation of effect sizes and confidence intervals.
License: LGPL-3
Encoding: UTF-8
URL: https://github.com/doomlab/MOTE
BugReports: https://github.com/doomlab/MOTE/issues
LazyData: true
RoxygenNote: 7.3.3
Config/testthat/edition: 3
Language: en-US