-
#### Summary:
I'm trying to easily get the `MAD_SD` for the random parameters of my model, but they seem to be missing from the `ses` list of the model for at least `stan_glmer`. Could they be added?…
-
@paul-buerkner I think rstanarm and brms should outsource more of their internal helper/utility functions to rstantools. Many are similar and also useful for other developers and it would also simplif…
-
It would be a really nice and appreciated feature if the `tidy.brmsfit` and `tidy.stanreg` functions had overlapping arguments and functionality.
Some notable differences are:
- `tidy.brmsfit` …
-
For the implementation of rstanarm in calcPercChangeMCMC(), the code calls stan_lm() with priors=NULL. This means that a flat prior is used, which is strongly recommended against here, https://mc-stan…
-
I think we can probably also support rstanarm models. We can extract the design matrix with `rstanarm::get_x()`.
I'll look into this further, but I don't think there is anything strictly necessary fo…
-
#### Summary:
Problems with `rstanarm:::loo.stanreg` / `rstanarm::loo` from `stan_betareg` model fit
#### Description / reproducibility
```
> fit1 loo(fit1, cores= 20)
Error in names(object[[n…
-
Hi,
Not sure what to title this issue since I haven't quite isolated the problem. I have, however, been able to reproduce it.
Packrat seems to fail when working with packages I have installed f…
-
#### Summary:
On Windows, the parallelization of `kfold()` across the CV folds doesn't always work (throws an error).
#### Description:
The issue mentioned in "Summary" occurs if the `stan_()` ca…
-
#### 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 ru…
-
#### Summary:
Implement loo subsampling (and loo approximate posterior) for rstanarm
#### Description:
I got a question on how to use loo subsampling with rstanarm (see here:
https://discourse.m…