Henrik Singmann

Results 6 issues of Henrik Singmann

Sorry for the chunky title, but this seems to be a bug then only shows up in a very specific situation: If using the Knit-Merge strategy (i.e., `new_session: true` in...

documentation

I intend to fix later. ``` library("lme4") library("optimx") gm1

``` library("afex") library("splines") summary(lmer(Reaction ~ ns(Days, df = 3) + (ns(Days, df = 3) || Subject), data = sleepstudy))$varcor ## Groups Name Std.Dev. Corr ## Subject (Intercept) 24.616 ## Subject.1...

help wanted

I think it would be a good idea to keep the packages necessary to run `bridgesampling` to a minimum. Currently, `bridgesampling` requires the following (non-default) packages: mvtnorm, Matrix, Brobdingnag, stringr,...

Following Doug Bates recommendations, it might be best to disable gradient-based tests in fitted mixed models by using `control = lmerControl(calc.derivs = FALSE)`. It speeds up testing and these tests...

`ggpol` was archived on CRAN on 2025-12-04. Are there any plans to resubmit it?