-
For what it's worth (related to #237), a percentage in ROPE defined as the OVERLAP between the two empirical distributions is mega correlated...
![image](https://user-images.githubusercontent.com/8…
-
#### Summary:
`posterior_predict()` fails for models estimated with `family = mgcv::betar`. It does not find the `eta` element of the list.
#### Description:
https://discourse.mc-stan.org/t/r…
-
I get the following error when I try to create a report object on a bayes mixed model (class = "stanreg" "glm" "lm" "lmerMod"):
```
Error in match.arg(diagnostic, c("ESS", "Rhat", "MCSE…
-
While I use Bayesian analyses in my everyday work since quite a while now, I still mostly rely on high-level fitting packages (such as rstanarm). I recently decided to dive into the manual specificati…
-
Hi everyone,
I have been using the package for the last months but after 2 weeks off I got this message:
**Error: package or namespace load failed for ‘rstanarm’ in loadNamespace(j
-
@hsonne I think I know why the build of the fhpredict container takes so long.
If you take a look at the build logs you can see that the fhpredict does na update of already existing packages. How c…
-
#### Summary:
I'm trying to install `rstanarm`.
So in the terminal I run:
```bash
R
> install.packages("rstanarm")
```
But, then I get the following error:
```bash
* installing *source* p…
sursu updated
5 years ago
-
I know that multiple people including @jgabry and @bgoodri dislike the name `fitted` used in brms to compute expected values of the posterior predictive distribution, and I agree. However, we still ne…
-
I didn't find a nice way to to the following with tidybayes. The purpose of this post is to ask whether i might have overlooked it. If it turns out this is not the case I will follow up with an exampl…
-
#### Summary:
The `update` call in the `posterior_vs_prior` function does not specify the `warmup` argument. So the argument is set by whatever is in the original stan_glm call.
#### Description:…