blme icon indicating copy to clipboard operation
blme copied to clipboard

Bayesian Linear Mixed Effect Models

Results 9 blme issues
Sort by recently updated
recently updated
newest added

I want to fix the cov.prior to 10 and residual var to 5. But the cov.prior can not be passed to the model. How to fix the cov.prior? Here I...

Hey, thanks for your work on this really useful software! I was wondering if blme models are compatible with `lme4::bootMer`? - `lme4::bootMer(my_bmerMod, my_icc_function, nsim = 1000, use.u = FALSE, type...

Hello! For `fixef.prior` , it is in the format `normal(sd = c(10, 2.5), cov, common.scale = TRUE)` and it says `Normal priors are constrained to have a mean of 0...

Is the `resid.prior` option intended to only be supported for `blmer` models? I was trying to set a gamma (1,1) prior on the residual variance (essentially, a unit exponential prior)...

I've come across an example where blme seems to give weird results with nAGQ>1 (i.e., non-trivial Gauss-Hermite quadrature rather than Laplace approximation). I haven't thoroughly explored/gotten together a reproducible example...

As a possible feature, would it be possible to add a horseshoe prior option for the non-grouped variables? It is very useful in Stan but computationally time-consuming on large data...

Hello, if we call blmer within a function, we cannot pass variables to the prior functions (normal, horseshoe, ...) that are only in the environment of the function. We have...

Hi Vincent, I'm trying to implement the method of Abrahantes & Aerts (2012; https://doi.org/10.1177/1471082X1001200102) with bglmer in a binomial model with more than one fixed effect, so I would need...

I've sent two e-mail messages to `maintainer("blme")` but I haven't gotten a reply. I'm trying here in case that e-mail address is out of date. The first e-mail provides a...