-
Can you guys show how to do it in the examples of the function?
-
#### Summary:
Able to install `rstan`, but not `rstanarm`.
Reviewed and tried suggestions fron #293, #408 and #394, but no luck.
Tried installing a few ways, and all give the same error message…
-
Started looking at #222, came across this - I do love to complicate things 😇
``` r
library(BayesFactor)
iris$ID
-
#### Summary:
After updating R and rstanarm, I am getting an error message from posterior_linpred using a multilevel beta regression model.
#### Description:
Error in (function (optimizer = "nlo…
-
``` r
# setup
set.seed(123)
library(rstanarm)
#> Loading required package: Rcpp
#> rstanarm (Version 2.19.3, packaged: 2020-02-11 05:16:41 UTC)
#> - Do not expect the default priors to remain th…
-
#### Summary:
Bug in the kfold function where it is unable to find a random effect predictor.
#### Description:
I've been playing around with fitting models in `rstanarm::stan_gamm4()`.The models…
-
Would be useful to have this with a default of FALSE perhaps.
- [X] lme4
- [X] glmmTMB
- [X] nlme
- [X] brms
- [X] rstanarm
- [X] mgcv
-
I have a large set of recipes (you could call them a cookbook). To manage all the recipes, I like to programmatically extract the step function and all the columns the function applies to.
However,…
-
#### Summary:
When a data.table is provided as data, the internal function drop_redundant_dims() results in error.
#### Description:
When a data.table is provided to rstanarm as data, the fol…
mespe updated
4 years ago
-
#### Summary:
It appears that in `stan_lm()`, `singular.ok` does the opposite of what it is supposed to do. I think the logic is backwards somewhere.
#### Description:
In the example below, I del…