StatsModels.jl icon indicating copy to clipboard operation
StatsModels.jl copied to clipboard

`collect_matrix_terms` does not handle nested `MatrixTerm`

Open kleinschmidt opened this issue 4 years ago • 0 comments

https://github.com/beacon-biosignals/Effects.jl/pull/23/

This comes up when you've already called collect_matrix_terms on a collection of terms that has a mix of matrix- and non-matrix-terms (e.g., a MixedEffects.jl RanefTerm), and then call collect_matrix_terms again on the result.

kleinschmidt avatar Jul 16 '21 16:07 kleinschmidt