rstanarm
rstanarm copied to clipboard
rstanarm R package for Bayesian applied regression modeling
#### Summary: not able to set warmup parameter in Stan_jm() function #### Description: When I am trying to change default warmup parameter, stan_jm() giving an Error: passing unknown arguments: warmup....
#### Summary: It would be amazing if we could finally merge the `feature/survival` branch into rstanarm, per this discussion [on Apr 29](https://github.com/stan-dev/rstanarm/issues/535#issuecomment-1112899327). I'm surfacing this as a stand-alone issue to...
#### Summary: Struggling to build rstanarm from source. I'm trying to bring the latest changes from `master` into the `feature/survival` branch and then build the package on Windows using R...
#### 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....
#### Summary: The `log_lik.stanreg()` method fails when observation weights exist. #### Description: As shown in the reproducible steps below, calling `log_lik()` in a situation where observation weights exist throws an...
#### Summary: I'm trying to use the `weights` argument to `stan_glm()` and `stan_glmer()` but it does not appear to affect the fit. The same data in `lm()` or `glm()` works...
I think this is pretty much ready for a pull request. R CMD check seems to passing without any obvious issues. I've added the **splines2** package to Imports, and the...
#### Summary: There seems to be a bug in `kfold.stanreg()` when applied to a `stan_polr()` fit. #### Description: When calling `kfold.stanreg()` on a `stan_polr()` fit, the error ``` Error in...
#### Summary: A `stan_glmer()` fit with `offset` seems to be handled incorrectly when `posterior_linpred()` (for example) is called with `newdata` but without `offset`. #### Description: First, unlike a `stan_glm()` fit,...
#### Summary: A `stan_glmer()` fit with `offset()` in the formula seems to be handled incorrectly in `posterior_linpred()`. #### Description: Unlike a `stan_glm()` fit, a `stan_glmer()` fit with offsets specified via...