MixedModels.jl
MixedModels.jl copied to clipboard
A Julia package for fitting (statistical) mixed-effects models
Models that are run with PRAXIS as the optimizer will not terminate. In the simple example below, the model will spin indefinitely but if manually stopped, it will return the...
A Bernoulli/binomial/Poisson GLMM does not have a scale parameter and `parametricbootstrap` produces a result in which the σ values are a vector of `missing`. The display or storage should be...
Hi, Is there a way to specify a custom link function similar to lme4? In my case, I would customize the logit link in a way that the lower bound...
xref https://github.com/JuliaStats/StatsAPI.jl/releases/tag/v1.6.0
introduced in #639
I'm wondering if we can re-factor (not in this PR) so that all the NLopt boilerplate is handled by a single call. That would be also make it easier to...
It's always fun to see the different chunks of `show` get compiled for the first model via the pause between the fit summary, the var corr bits and the fixef...
In #634 we changed the output type of `raneftables` to be a `NamedTuple` of `DictTable`s. That is proving to be awkward. I thought it would be common to want to...
With improvements/changes in BLAS multithreading, Julia-level threads are competing with the BLAS threads and we don't see any improvement in most situations with `use_threads=true`. In fact, we sometimes see performance...
How can I derive an equivalent output of a MixedModel like GLM's model.mm.assign property? I'm having a hard time finding it in the documentation and source code. I apologize if...