rstanarm icon indicating copy to clipboard operation
rstanarm copied to clipboard

rstanarm R package for Bayesian applied regression modeling

Results 144 rstanarm issues
Sort by recently updated
recently updated
newest added

This PR updates the `rstanarm` installation to fully delegate to `rstantools`. This will help ensure ongoing compatibility with `rstan` and its updates, and simplify some of the maintenance involved with...

#### Summary: Whenever I try to deploy a Shiny app with {rstanarm}, it won't publish. It will take a lot of time deploying until it eventually times out. The app...

#### Summary: The contrast argument does not get honoured with stan_glm...contrasts can only be modified via the global options. #### Description: This is a bug! #### Reproducible Steps: ``` r...

Specify explicitly only the needed symbols to export from the DLL. This is safer wrt to possible naming conflicts and fixes linking on Windows using gcc 13.2, which produces weak...

Using the code: install.packages("rstanarm", repos = c("https://mc-stan.org/r-packages/", getOption("repos"))) devtools::install_github("stan-dev/rstanarm", ref = "feature/survival", build_vignettes = FALSE) I am trying to install the survival extension of the rstanarm packages into my R...

Hi everyone, we are currently working on Databricks and would like to set up a Docker image so that we don't have to reinstall the library every time we start...

#### Summary: The code stopped when specifying cores>1. Does anyone notice the same issue?

#### Summary: Some link functions that are valid for `glm`, `glmer`, etc. are not supported by their `stan_` counterparts #### Description: `?family` says for its `link` argument that > a...

#### Summary: The linear predictors used internally by `log_lik()` may differ from those derived from `posterior_linpred()`. #### Description: While working on projpred's unit tests, I discovered an inconsistency between the...

#### Summary: rstanarm (CRAN or dev version) fails to install on a container with clang 16 and libc++. #### Description: rstanarm fails to install on this container: https://r-hub.github.io/containers/containers.html#clang16 The error...