bbolker / broom.mixed

tidy methods for mixed models in R
228 stars 23 forks source link

tidy method for mediate.mer class #127

Closed corybrunson closed 2 years ago

corybrunson commented 2 years ago

This PR addresses #124. Only tidy() methods are included in broom, hence only these are included here.

Rather than import broom:::tidy.mediate(), the function is copied and slightly edited; if this is suboptimal, i'll be glad to try importing instead!