-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 927 Bytes
/
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
Package: eyethinkbayes
Type: Package
Title: Bayesian analysis for eyethink lab data
Version: 0.2.2
Author: person("Daniel","C." "Richardson",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0039-9755"))
Maintainer: DCR <[email protected]>
Description: Runs bayesian mixed models, bayes ttests and some bayes factors. Outputs results to text files and plots
License: What license is it under?
Encoding: UTF-8
LazyData: true
Depends:
eyethinkdata (>= 0.3.0)
Remotes:
dcr-eyethink/eyethinkdata
RoxygenNote: 7.2.0
URL: https://github.com/dcr-eyethink/eyethinkbayes, https://dcr-eyethink.github.io/eyethinkbayes/
BugReports: https://github.com/dcr-eyethink/eyethinkbayes/issues
Imports:
bayestestR,
coda,
data.table,
ggnewscale,
modelbased,
parameters,
rstanarm,
scales
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr,
rmarkdown