Jacob Long
Jacob Long
Sure, I'd be happy to do it. Stand by...
The complication that kept me from implementing marginal coefficients into [`jtools`](https://github.com/jacob-long/jtools) (where I intended to use `margins` as a backend) is that you have to deal with interaction terms, which...
Okay, I've been playing around with this. While obviously the deprecated warning and the subsequent warnings about "count" from Hashie are expected in the current version, there is another clashing...
Hi @sag4040, you're not the first one to make that request. I will look into it. @ebmtnprof, whether `brms` is supposed to work is a question I hadn't really considered...
Thanks, I hope to tackle this soon. The issues are unfortunately very complex and thus far I've preferred to let the errors happen rather than having the potential for misleading...
At long last, coming down the pike! Available in the current development version. Needs a little more testing before I release it.
This will involve clarifying these are plots made with `ggplot2` and can be themed as such (to some extent). Some functions return these inside of a list so this would...
Thanks for the report. I think the issue here is that the meaning of `centered = "all"` is different for `sim_slopes()` and `interact_plot()` which was not a good design decision...
Actually... it doesn't really make sense to center the predictor variable. The choice to center `pred` shouldn't affect the values of the slope for `pred`. So this is simply a...
I can see why you would want the lines rather than ribbon like that, and I'll look into it more closely. My first reaction is that I'm concerned about how...