-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.32 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
Package: statConfR
Type: Package
Title: Models of Decision Confidence and Measures of Metacognition
Version: 0.2.0
Date: 2024-14-10
Authors@R: c(
person("Manuel", "Rausch", email="[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5805-5544")),
person("Sascha", "Meyen",email="[email protected]", role = c("aut")),
person("Sebastian", "Hellmann",email="[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-3621-6343"))
)
Maintainer: Manuel Rausch <[email protected]>
Description: Provides fitting functions and other tools for decision confidence
and metacognition researchers, including meta-d'/d', often considered to be
the gold standard to measure metacognitive efficiency, and information-theoretic measures of metacognition.
Also allows to fit several static models of decision making and confidence.
License: GPL(>=3)
URL: https://github.com/ManuelRausch/StatConfR
BugReports: https://github.com/ManuelRausch/StatConfR/issues
Depends:
R (>= 4.0)
Imports:
parallel, plyr, stats, utils, ggplot2, Rmisc
Date/Publication: 2023-09-12
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2023-09-10
Repository: CRAN
Roxygen: list(old_usage = TRUE, markdown=TRUE)
RoxygenNote: 7.3.2