Package: projpred Encoding: UTF-8 Title: Projection Predictive Feature Selection Version: 2.10.0.9000 Date: 2025-12-05 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 = "aut"), person("Osvaldo", "Martin", role = c("cre", "aut"), email = "aloctavodia@gmail.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"), person("Brian", "Sullivan", role = "ctb"), person("Sölvi", "Rögnvaldsson", role = "ctb"), person(family = "The LME4 Authors", role = "cph", comment = "see file 'LICENSE' for details"), person("Yann", "McLatchie", role = "ctb"), person("Juho", "Timonen", role = "ctb")) Description: Performs projection predictive feature selection for generalized linear models (Piironen, Paasiniemi, and Vehtari, 2020, ) with or without multilevel or additive terms (Catalina, Bürkner, and Vehtari, 2022, ), for some ordinal and nominal regression models (Weber, Glass, and Vehtari, 2025, ), and for many other regression models (using the latent projection by Catalina, Bürkner, and Vehtari, 2021, , which can also be applied to most of the former models). The package is compatible with the 'rstanarm' and 'brms' packages, but other reference models can also be used. See the vignettes and the documentation 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.6.0) Imports: methods, utils, Rcpp, gtools, ggplot2, scales, rstantools (>= 2.0.0), loo (>= 2.0.0), lme4 (>= 1.1-28), mvtnorm, mgcv, gamm4, abind, MASS, ordinal, nnet, mclogit, reformulas, Suggests: ggrepel, ggfortify, rstanarm, brms, nlme, optimx, ucminf, parallel, foreach, iterators, doRNG, unix, testthat, vdiffr, knitr, rmarkdown, glmnet, cmdstanr, rlang, bayesplot (>= 1.5.0), posterior, doParallel, future, future.callr, doFuture, progressr LinkingTo: Rcpp, RcppArmadillo Additional_repositories: https://stan-dev.r-universe.dev/ LazyData: TRUE Roxygen: list(markdown = TRUE) VignetteBuilder: knitr, rmarkdown Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make Repository: https://stan-dev.r-universe.dev Date/Publication: 2026-06-25 06:42:01 UTC RemoteUrl: https://github.com/stan-dev/projpred RemoteRef: HEAD RemoteSha: 5ab5d777bfc2f4ed2e67c29436dd667a897cba08 NeedsCompilation: yes Packaged: 2026-06-30 16:50:30 UTC; root Author: Juho Piironen [aut], Markus Paasiniemi [aut], Alejandro Catalina [aut], Frank Weber [aut], Osvaldo Martin [cre, aut], Aki Vehtari [aut], Jonah Gabry [ctb], Marco Colombo [ctb], Paul-Christian Bürkner [ctb], Hamada S. Badr [ctb], Brian Sullivan [ctb], Sölvi Rögnvaldsson [ctb], The LME4 Authors [cph] (see file 'LICENSE' for details), Yann McLatchie [ctb], Juho Timonen [ctb] Maintainer: Osvaldo Martin