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

#### Summary: Recent versions of loo have a `moment_match` argument, but the loo method in rstanarm cannot utilize it #### Description: https://mc-stan.org/loo/articles/loo2-moment-matching.html Can we squeeze this into the rstanarm CRAN...

#### Summary: Similar to #324, I can run `posterior_predict` and `posterior_linpred` for betareg models, but as soon as I specify `newdata = XX` I get an error. #### Description: Running...

Following the conversation on a [stanc3 pr](https://github.com/stan-dev/stanc3/pull/865#issuecomment-833650029) this modifies `csr_times_matrix_vector2` to have the same signature as the new stanc3 generated signature. It also just uses `csr_matrix_times_vector` since in the newest...

#### Description: In our problem, we have 21 longitudinal biomarkers with one survival outcome. Our goal is to find out which of the biomarkers are significantly associated with the survival...

#### Summary: `stan_surv` produces different results after rearranging (sorting) the observations despite using the same seed. #### Description: As per the summary. With the example data below, this issue happens...

bug
survival

Originally pointed out on the forum in https://discourse.mc-stan.org/t/why-does-stan-lm-ignore-a-factor-level-in-a-model-with-no-intercept/24877. @bgoodri `stan_lm` still drops a factor level even if the intercept is omitted, e.g. `stan_lm(mpg ~ 0 + as.factor(cyl), data = mtcars,...

#### Summary: Errors when installing "rstanarm", I think there might be some calls to deprecated c++ class templates (auto_ptr). #### Description: See bottom for console output when I try to...

What is happening with `rstanarm` when I try to install/update? ``` > install.packages("tidyposterior") Installing package into ‘/Users/kamaulindhardt_1/Library/R/3.6/library’ (as ‘lib’ is unspecified) also installing the dependency ‘rstanarm’ There are binary versions...

**Hi rstanarm community,** I am very confused here. Please any help understanding the root of the issue and potentially solve it would be amazing! All the best Kamau #### Summary:...

#### Summary: Whenever I try and load rstanarm, `library(rstanarm)`, it freezes at the step `Loading required package: Rcpp`. #### RStanARM Version: The version of the rstanarm package you are running...