-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
50 lines (50 loc) · 1.81 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
Package: bayes4psy
Version: 1.2.12
Title: User Friendly Bayesian Data Analysis for Psychology
Description: Contains several Bayesian models for data analysis of psychological tests. A user friendly interface for these models should enable students and researchers to perform professional level Bayesian data analysis without advanced knowledge in programming and Bayesian statistics. This package is based on the Stan platform (Carpenter et el. 2017 <doi:10.18637/jss.v076.i01>).
Authors@R:
c(person("Jure", "Demšar", , "[email protected]", c("cre", "aut")),
person("Grega", "Repovš", , "[email protected]", "aut"),
person("Erik", "Štrumbelj", , "[email protected]", "aut"),
person("Trustees of", "Columbia University", role = "cph"),
person("John", "Kruschke", role = "cph", comment = "R/shared_functions.R - mcmc_hdi, src/stan_files/ttest.stan"),
person("Rasmus", "Baath", role = "cph", comment = "R/b_bootstrap.R"))
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
methods (>= 4.0.0),
R (>= 4.0.0),
Rcpp (>= 1.0.5)
Imports:
circular (>= 0.4.93),
cowplot (>= 1.1.0),
dplyr (>= 1.0.2),
emg (>= 1.0.9),
ggplot2 (>= 3.3.2),
metRology (>= 0.9.28.1),
reshape (>= 0.8.8),
rstan (>= 2.26.0),
rstantools (>= 2.1.1),
mcmcse (>= 1.4.1),
stats (>= 4.0.0),
RcppParallel
Suggests:
testthat (>= 3.0.0),
rmarkdown (>= 2.5.0),
knitr (>= 1.30.0)
LinkingTo:
StanHeaders (>= 2.26.0),
rstan (>= 2.26.0),
BH (>= 1.72.0.3),
Rcpp (>= 1.0.5),
RcppEigen (>= 0.3.3.7.0),
RcppParallel
SystemRequirements: GNU make
VignetteBuilder: knitr
NeedsCompilation: yes
UseLTO: true
RoxygenNote: 7.2.3
URL: https://github.com/bstatcomp/bayes4psy
BugReports: https://github.com/bstatcomp/bayes4psy/issues