-
@bgoodri when I run `R CMD INSTALL --preclean rstanarm` (using master branch) I'm seeing a bunch of errors that seem to be related to StanHeaders and prevent compilation from succeeding. Any idea what…
-
After merging PR #32, the vignette now throws an error when making predictions with `proj_linpred` or `proj_predict`. For example, executing cell
```
pred
-
Hi Russell,
Is there a way I can change the type of intervals for brms models? I'm interested in quantile based intervals rather than HDPI intervals - I was wondering if you've implemented this? F…
-
/usr/lib64/R/library/StanHeaders/include/stan/math/rev/mat/fun/simplex_constrain.hpp:67:62: warning: 'multiply_adjoint_jacobian' function uses 'auto' type specifier without trailing return type [enabl…
-
Now that priors can easily be extracted as distributions using `simulate_priors`, I wonder if it would be tough to give the option to add them in the posterior plots (so you can see for all parameters…
-
This is an addendum to the [*testing order restricted BFs* vignette](https://easystats.github.io/bayestestR/articles/bayes_factors.html#order-restricted-models) regarding ***Order restricted BF with m…
-
I have been working with the `brms `package during the last year and it's a fantastic tool. However, the need for compilation each time supposes a huge drawback for small models. Therefore, I was wond…
-
Not sure why this now happens, but when I run
```r
library(rstanarm)
library(bayestestR)
model
-
multiple installation and post-installation errors (3 shown below)
I'm using clang 7.0.0 and gfortran 6.1
`vignette("intro-diversity-estimation")`
> Warning message:
> vignette ‘intro-diversi…
-
Current version of `blavaan` only installs on windows using the command
```r
remotes::install_github("ecmerkle/blavaan", INSTALL_opts = "--no-multiarch")
```
and Rcpp needs to be built on the…