forked from stan-dev/rstanarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 2.15 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
59
60
61
Package: rstanarm
Type: Package
Title: Bayesian Applied Regression Modeling via Stan
Version: 2.14.3
Date: 2017-04-13
Authors@R: c(person("Jonah", "Gabry", email = "[email protected]", role = "aut"),
person("Imad", "Ali", role = "ctb"),
person("Trustees of", "Columbia University", role = "cph"),
person("R Core", "Deveopment Team", role = "cph",
comment = "R/stan_aov.R"),
person("Douglas", "Bates", role = "cph", comment = "R/pp_data.R"),
person("Martin", "Maechler", role = "cph", comment = "R/pp_data.R"),
person("Ben", "Bolker", role = "cph", comment = "R/pp_data.R"),
person("Steve", "Walker", role = "cph", comment = "R/pp_data.R"),
person("Brian", "Ripley", role = "cph",
comment = "R/stan_aov.R, R/stan_polr.R"),
person("William", "Venables", role = "cph", comment = "R/stan_polr.R"),
person("Ben", "Goodrich", email = "[email protected]",
role = c("cre", "aut")))
Description: Estimates pre-compiled regression models using the 'rstan' package,
which provides the R interface to the Stan C++ library for Bayesian estimation.
Users specify models via the customary R syntax with a formula and data.frame
plus some additional arguments for priors.
License: GPL (>=3)
Depends:
R (>= 3.0.2),
Rcpp (>= 0.12.0),
methods
Imports:
bayesplot (>= 1.2.0),
ggplot2 (>= 2.2.1),
lme4 (>= 1.1-8),
loo (>= 1.1.0),
Matrix,
nlme (>= 3.1-124),
rstan (>= 2.14.1),
rstantools (>= 1.2.0),
shinystan (>= 2.3.0),
stats,
utils
Suggests:
arm,
betareg,
digest,
gridExtra,
HSAUR3,
knitr (>= 1.15.1),
MASS,
mgcv,
rmarkdown,
roxygen2,
testthat (>= 1.0.2)
LinkingTo: StanHeaders (>= 2.14.0), rstan (>= 2.14.1), BH (>= 1.62.0), Rcpp (>=
0.12.0), RcppEigen
SystemRequirements: pandoc
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
URL: https://groups.google.com/forum/#!forum/stan-users, http://mc-stan.org/
BugReports: https://github.com/stan-dev/rstanarm/issues
RoxygenNote: 5.0.1