Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagonal as the last argument to mul!. Rewrite as a copyto! followed by rmul!. Avoid using @show for verbose output in `pirls
Add missing methods detected in #152 and #153 Documentation cleanup from @Nosferica
MixedModels v3.3.0 NEWS file. Diff since v3.2.1 Closed issues: Does the response need to be stored...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
Use BlockArrays types for the A and L members of LinearMixedModel Create ScalarFactorReTerm and Vect...
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...
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
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
Add some missing methods for mul! Fix .travis.yml re code coverage and documentation Adapt to Docume...
MixedModelsMakie v0.3.5 Diff since v0.3.4 Merged pull requests: Use splomaxes and a panel function ...
In the fit! method for LinearMixedModel objects the parameters were initialized to optsum.final not ...
reformulate the LinearMixedModel type by incorporating the wttrms and Λ members into the trms member...
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects...
Add missing methods detected in #152 and #153 Documentation cleanup from @Nosferica
MixedModels v3.3.0 NEWS file. Diff since v3.2.1 Closed issues: Does the response need to be stored...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
Use BlockArrays types for the A and L members of LinearMixedModel Create ScalarFactorReTerm and Vect...
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...
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
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
Add some missing methods for mul! Fix .travis.yml re code coverage and documentation Adapt to Docume...
MixedModelsMakie v0.3.5 Diff since v0.3.4 Merged pull requests: Use splomaxes and a panel function ...
In the fit! method for LinearMixedModel objects the parameters were initialized to optsum.final not ...
reformulate the LinearMixedModel type by incorporating the wttrms and Λ members into the trms member...
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects...
Add missing methods detected in #152 and #153 Documentation cleanup from @Nosferica
MixedModels v3.3.0 NEWS file. Diff since v3.2.1 Closed issues: Does the response need to be stored...
The bootstrap function now returns a data frame with columns corresponding to individual parameters