J Kyle Armstrong

Results 24 comments of J Kyle Armstrong

Thanks @hfrick , I also think I added `lmerTest::lmer` as an option in a pull request. I might be missing something but it seemed easy enough to just follow what...

I think I figured it out, I made a pull request with my suggestions. See https://github.com/tidymodels/multilevelmod/pull/74

Hey @EmilHvitfeldt, thanks for your response. Yes, I looked at `step_discretize` that as well. To my understanding, `step_discretize()` is concerned with the same number of points within each bin. This...

@EmilHvitfeldt Thanks for considering. My story was I was looking to apply some cuts I had made in my exploration to a variable "Low", "Medium", and "High" and then use...