-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
51 lines (51 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
Package: cognitivemodels
Type: Package
Title: Cognitive Models - Estimation, Prediction, and Development of Models for Cognitive Scientists
Version: 0.0.12
Date: 2022-05-09
Authors@R: c(
person("Jana", "Jarecki", , "jarecki.jana@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7634-2862")
),
person("Florian", "Seitz", role = "aut",
comment = c(ORCID = "0000-0003-3217-4083")
)
)
Maintainer: Jana B. Jarecki <jj@janajarecki.com>
Description: Implementation of cognitive models, includes a general class cognitive models that has methods to fit free parameters to data and, can apply choicerules, and various goodness-of-fit measures (loglikelihood, MSE, etc.). The interface is similar to the lm() interface.
License: MIT
Depeds: R (>= 3.0.2)
Imports:
abind,
AICcmodavg,
arrangements,
cognitiveutils (>= 0.0.12),
combinat,
data.table,
english,
Formula,
gtools,
matlib (>= 0.9.3),
methods,
Rcpp (>= 1.0.1),
reshape2,
rlang,
rmarkdown,
R6,
Rsolnp,
ROI,
quadprog,
quantreg,
stringr
Remotes:
janajarecki/cognitiveutils
Suggests:
knitr,
testthat
LinkingTo:
Rcpp (>= 1.0.1), RcppArmadillo (>= 0.9.8)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
LazyData: true