Add some missing methods for mul! Fix .travis.yml re code coverage and documentation Adapt to Documenter v0.20 Add progress meter for bootstrap Reorder arguments in mul! and rankUpdate! methods (modified arg should come first
MLJ v0.20.1 Diff since v0.20.0 (new feature) Add the BalancedModel wrapper from MLJBalancing.jl (#1...
Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagona...
Some of the extractor functions, such as getθ, can, in Julia 1.0.0 and later, be replaced by getpro...
Add missing methods detected in #152 and #153 Documentation cleanup from @Nosferica
One of the methods for mulαβ! did not get the argument order change when the others did, as pointed ...
extend OptSummary to include more information and to convey settings for the algorithm add show meth...
Add REML estimation criterion for LinearMixedModel through optional argument to fit! Update doc
Allocation profiling showed that two downdate! methods were being slowed down because the compiler h...
Deprecate lmm and glmm constructor functions in favor of explicit LinearMixedModel and GeneralizedLi...
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat ...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
Incorporate a couple of commits on the master branch prior to major changes from merging the LowerCh...
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
In the fit! method for LinearMixedModel objects the parameters were initialized to optsum.final not ...
MixedModelsMakie v0.1.0 Merged pull requests: Add a shrinkage plot (#2) (@dmbates) Add a caterpilla...
MLJ v0.20.1 Diff since v0.20.0 (new feature) Add the BalancedModel wrapper from MLJBalancing.jl (#1...
Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagona...
Some of the extractor functions, such as getθ, can, in Julia 1.0.0 and later, be replaced by getpro...
Add missing methods detected in #152 and #153 Documentation cleanup from @Nosferica
One of the methods for mulαβ! did not get the argument order change when the others did, as pointed ...
extend OptSummary to include more information and to convey settings for the algorithm add show meth...
Add REML estimation criterion for LinearMixedModel through optional argument to fit! Update doc
Allocation profiling showed that two downdate! methods were being slowed down because the compiler h...
Deprecate lmm and glmm constructor functions in favor of explicit LinearMixedModel and GeneralizedLi...
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat ...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
Incorporate a couple of commits on the master branch prior to major changes from merging the LowerCh...
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
In the fit! method for LinearMixedModel objects the parameters were initialized to optsum.final not ...
MixedModelsMakie v0.1.0 Merged pull requests: Add a shrinkage plot (#2) (@dmbates) Add a caterpilla...
MLJ v0.20.1 Diff since v0.20.0 (new feature) Add the BalancedModel wrapper from MLJBalancing.jl (#1...
Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagona...
Some of the extractor functions, such as getθ, can, in Julia 1.0.0 and later, be replaced by getpro...