Hi, I wonder how to get confidence intervals for fixed effect parameters \beta after fitting a LMM using MixedModels.jl? Are Wald-type intervals the only option at the moment?
With lme4 in R, I usually use confint(method = "quantile")
. Is this method available in MixedModels.jl?