Matthew Kay

Results 308 comments of Matthew Kay

Not sure I follow, can you give an example?

Okay, I thought about this more and I think I've got a robust solution now on the [dev](https://github.com/mjskay/ggdist/tree/dev) branch. It should correct the edge effect (has done so on everything...

> > With regard to conversion, it should be possible to support categorical only draws_array and draws_matrix, right? Only if we mixed categorical and numerical variables, the conversion would be...

The [factor_rvar](https://github.com/mjskay/ggdist/tree/factor_rvar) branch of {ggdist} now has experimental support for rvar_factors as well. Simple example of brms + posterior + ggdist with an ordinal model: ```r library(brms) library(posterior) library(ggdist) df

> This PR looks already really good, up to a few minor things, mostly style related. Thanks for the really thorough review! I've addressed everything except two comments (see those...

Sounds great, thanks! Should we ping some folks who might be able to provide feedback? Off the top of my head: @isabellaghement, @bwiernik, @jgabry, @avehtari? If any of you have...

Sorry for the delayed response - yes, I think this is good for now. I've built some stuff in ggdist on top of it and haven't run into anything new...

Yeah, we've had to do similar things on large numbers of predictions. It probably would be helpful to have some infrastructure to make this kind of workflow easier, e.g. by...