-
we have received an email from the CRAN team, asking for fixing the failing checks related to rstanarm. This means, in _each_ example where we have `library(rstanarm)`, we _must_ replace with `if (req…
-
#### Summary:
As in title. In reproducing the roaches example [here](https://mc-stan.org/rstanarm/articles/glmer.html) the function failed.
#### Description:
Error messages produced from the abov…
-
When running `brm()`, after sometime the run fails without an error:
``` r
library(brms)
#> Loading required package: Rcpp
#> Loading 'brms' package (version 2.13.3). Useful instructions
#> c…
-
Storing a rstanarm-model in the database now returns an error:
```
> fhpredict::api_add_model(user_id, spot_id, result[[3]], comment = "great!")
Converting model object to text ... ok. (1.27s)
PO…
-
I wanted to gather conversations about a potential `rv`-like interface here so as not to derail other conversations (like #4).
I think a solid rv-like interface would be incredibly useful. More spe…
-
When I do
```
./stanc.exe --allow_undefined --include_paths ~/stan-dev/rstanarm/src/stan_files/ --print-cpp ~/stan-dev/rstanarm/src/stan_files/mvmer.stan
```
I get an int division warning:
> Info…
-
`parameters` doesn't allow standardization of model parameters:
``` r
library(rstanarm)
mtcars$am_f ----------------------------------------------------------------------------------------------…
-
Opening a new thread as we strayed from the topic of #7
> > this correspondence between test statistics and indices of effect size is quite convenient in some cases... What would be the alternative…
-
#### Summary:
There is an inconsistency between the operator precedence as implemented in stanc2 and as described in the manual.
#### Description:
The manual describes that `.*` binds more tigh…
-
@DominiqueMakowski @mattansb Guys, we have made a stupid mistake, meaning that pkgs like bayestestR now still fail ("warn") for CRAN checks...
```if (!requireNamespace("rstanarm", quietly = TRUE) &…