forked from stan-dev/projpred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.99 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
62
63
64
65
66
Package: projpred
Encoding: UTF-8
Title: Projection Predictive Feature Selection
Version: 2.1.1.9000-1
Date: 2022-04-04
Authors@R: c(person("Juho", "Piironen", role = c("aut"),
email = "juho.t.piironen@gmail.com"),
person("Markus", "Paasiniemi", role = "aut"),
person("Alejandro", "Catalina", role = "aut",
email = "alecatfel@gmail.com"),
person("Frank", "Weber", role = c("cre", "aut"),
email = "fweber144@protonmail.com"),
person("Aki", "Vehtari", role = "aut"),
person("Jonah", "Gabry", role = "ctb"),
person("Marco", "Colombo", role = "ctb"),
person("Paul-Christian", "Bürkner", role = "ctb"),
person("Hamada S.", "Badr", role = "ctb"))
Description:
Performs projection predictive feature selection for generalized linear
models and generalized linear and additive multilevel models (see Piironen,
Paasiniemi and Vehtari, 2020, <doi:10.1214/20-EJS1711>; Catalina, Bürkner
and Vehtari, 2020, <arXiv:2010.06994>). The package is compatible with the
'rstanarm' and 'brms' packages, but other reference models can also be used.
See the documentation as well as the package vignette for more information
and examples.
License: GPL-3 | file LICENSE
URL: https://mc-stan.org/projpred/, https://discourse.mc-stan.org
BugReports: https://github.com/stan-dev/projpred/issues/
Depends:
R (>= 3.5.0)
Imports:
methods,
dplyr,
loo (>= 2.0.0),
rstantools (>= 2.0.0),
lme4,
mvtnorm,
ggplot2,
Rcpp,
utils,
magrittr,
mgcv,
gamm4,
rlang
Suggests:
rstanarm,
brms,
testthat,
knitr,
rmarkdown,
glmnet,
bayesplot (>= 1.5.0),
optimx,
posterior,
parallel,
foreach,
iterators,
doParallel,
future,
future.callr,
doFuture
LinkingTo: Rcpp, RcppArmadillo
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr, rmarkdown