palday / MixedModelsPermutations.jl

Permutation tests for MixedModels.jl
https://palday.github.io/MixedModelsPermutations.jl/stable
MIT License
4 stars 2 forks source link

Compat MixedModels 4.0 MethodError: no method matching unscaledre!(::Vector{Float64}, ::ReMat{Float64, 2}, ::Matrix{Float64}) #25

Closed behinger closed 3 years ago

behinger commented 3 years ago

I get the error ERROR: MethodError: no method matching unscaledre!(::Vector{Float64}, ::ReMat{Float64, 2}, ::Matrix{Float64}) when running permutation(10,m0) on a MixedModels4.0 model

palday commented 3 years ago

Yeah, that method has been renamed. I'm going to drop MixedModels 3.x compat to fix it.