-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.85 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
Package: LATERmodel
Title: Linear Approach to Threshold with Ergodic Rate for Reaction Times
Version: 0.2.0.9000
Authors@R:
c(person(given = "Maria del Mar",
family = "Quiroga",
role = c("aut", "cre"),
email = "mar.quiroga@unimelb.edu.au",
comment = c(ORCID = "0000-0002-8943-2808")),
person(given = "Damien",
family = "Mannion",
role = "aut",
email = "damien.mannion@unimelb.edu.au",
comment = c(ORCID = "0000-0001-5520-632X")),
person(given = "Edoardo",
family = "Tescari",
role = "aut",
email = "e.tescari@unimelb.edu.au",
comment = c(ORCID = "0000-0003-1157-4897")),
person(given = "Andrew",
family = "Anderson",
role = "aut",
email = "aaj@unimelb.edu.au",
comment = c(ORCID = "0000-0001-7015-0061")),
person(given = "The University of Melbourne",
role = c("cph", "fnd"))
)
Description: Implements the Linear Approach to Threshold with Ergodic Rate
(LATER) model, which predicts distributions of reaction times and
summarises them with as little as two free parameters. Allows for easy
visualisation and comparison of datasets, along with fitting of datasets
using the LATER model.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
ggplot2,
rlang,
stats,
tibble,
parallel,
moments
Depends:
R (>= 4.1)
LazyData: true
Suggests:
lintr,
styler,
testthat (>= 3.0.0),
vdiffr,
printr,
withr
Config/testthat/edition: 3
URL: https://github.com/unimelbmdap/LATERmodel, https://unimelbmdap.github.io/LATERmodel/
BugReports: https://github.com/unimelbmdap/LATERmodel/issues
Config/Needs/website: rmarkdown