palday / MixedModelsPermutations.jl

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

Expose residual and inflation methods #28

Closed palday closed 3 years ago

palday commented 3 years ago

Closes #24

!!!! This is a breaking change: the old resid_method is now residual_permutation and _method refers exclusively to "methods" in the computer science (i.e. specific realizations of a polymorphous function) and not "methods" in the general (i.e. techniques) sense.

behinger commented 3 years ago

looks good to me. I ran it locally with my code and got the same answer with and without PR (and the breaking change fixed obviously)