-
#### Summary:
Seeing the following when running:
```r
devtools::install_github('sambrilleman/rstanarm', ref = 'master', args = '--preclean', local = FALSE)
```
Output:
```
Updating roxygen …
-
AT present the ordinal response model in `brms` uses normal priors for the cutpoints. In his [Ordinal regression tutorial](https://betanalpha.github.io/assets/case_studies/ordinal_regression.html#22_s…
aammd updated
1 month ago
-
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_vignett…
-
Hi,
[This work](https://doi.org/10.48550/arXiv.2410.14002) shows that we can extend the use of the Bayesian R-square in the [bayes_R2](https://raw.githubusercontent.com/stan-dev/rstantools/refs/hea…
-
My personal reading list for this:
* rstanarm defaults: https://cran.r-project.org/web/packages/rstanarm/vignettes/priors.html
* [Chapter 12 of ROS](https://users.aalto.fi/~ave/ROS.pdf)
* Zwet, …
-
#### Summary:
I haven't been able to install `rstanarm` after several attempts. R keeps crashing during installation.
#### Description and reproducible examples
I managed to install `rstan` by ru…
-
There are two rstanarm issues related to offsets (stan-dev/rstanarm#541 and stan-dev/rstanarm#542) which require a workaround in projpred until they are resolved in rstanarm. I can try to create a PR …
-
#### Summary:
I could not install the survival branch of rstanarm on Windows and Mac, I need help to run my analysis.
#### Description:
Has somebody installed the survival branch in his/her Windo…
-
#### Summary:
Unable to use stan_surv function.
#### Description:
After updating the last release of rstanarm (2.21.3) I am not able to find the stan_surv function for Bayesian survival models. I…
-
#### Summary:
I'm trying to run the MRP demo provided at https://cran.r-project.org/web/packages/rstanarm/vignettes/mrp.html but am getting an error when running stan_glmer().
#### Description:
I…