rstanarm
rstanarm copied to clipboard
rstanarm R package for Bayesian applied regression modeling
#### Summary: Same `rstanarm` version from `feature/survival` (version `2.21.2`), same seed, different results between R `3.6.3` and `4.2.0`. #### Description: As per the summary, I have the same version of...
#### Summary: There are a dozen of failing tests in the `feature/survival` branch, specific to the `test_stan_surv.R` function. All appear to be related to the frailty model. These are run...
#### Summary: The `stan_lm()` function doesn't work for me. ``` library(rstanarm) options(mc.cores = parallel::detectCores()) stan_lm(mpg ~ wt, data = mtcars) # Error in stopifnot(is.numeric(location)) : 'location' must be specified ```...
Hi guys, I have successfully installed `rstan`, but I cannot manage to install `rstanarm` and I do not understand why. I have also tried to install first `bayesplot` but I...
#### Summary: clang error when installing rstanarm. Path to `RcppParallel` is not being shell escaped and is being split at space in "Application Support". #### Description: I'm trying to install...
I am making an implementation for R packages in Macports now, and I would like to have `rstanarm` among supported packages. This is still WIP, however what mostly remains to...
#### Summary: `posterior_epred(stan_polr(...))` yields a $S \times N$ matrix of numbers between $0$ and $1$ that are not the expectation of anything #### Description: This was an unanticipated but anticipatable...
#### Summary: I cannot run stan_betareg. Checked that all y variables are in hte proper support and updated the package. Still doesnt work #### Description: Running : model
#### Description: `rstanarm`'s modeling functions won't save warm-up draws even if `save_warmup = TRUE` is specified. (`refresh`, otoh is correctly passed to `stan()`, for example). #### Reproducible example: ``` >...
#### Summary: I want to install rstanarm from GitHub to use 'stan_surv' function. #### Description: I am trying to perform Bayesian survival analysis on my data, so I install rstanarm...