Matthew Kay
Matthew Kay
Thinking about this a bit more, especially the multivariate question, I would suggest always returning a matrix / array instead of a tibble. Mostly because it is a consistent format...
I just wanted to swing back around here to say: we were able to work around this by manually attaching and detaching the {caret} namespace and those of its hard...
There's also a small set of geoms in addition to `geom_spike` that might be useful to have explicitly: - a horizontal line from the axis to a thickness value -...
Yeah, those arguments are intended for analytical distributions, where distributions with non-finite limits require us to provide a way to determine reasonable bounds. Sample-based distributions largely ignore these and take...
FWIW --- I've been lurking on here awaiting your first CRAN release after which we'll probably try out using {touchstone} with {posterior} https://github.com/stan-dev/posterior/issues/159. We definitely have need for it! :)
Thanks, it's good to know your intended timeline. If I have time (busy quarter atm) I'll give it a try after #95 is merged and let you know if I...
+1 I am not teaching this quarter, so I will also start to have time to iterate on the bigger things again too. I like the idea of a small...
I can probably take a look at some of the others in about a week and a half (at a conference currently)
Thanks - sorry I didn’t get to other issues, it’s been a crazy quarter. I’m hoping to swing back around on some of my outstanding issues this summer, including bigger...
Looks like an issue with the `check_existing_variables()` helper: ```r (check_existing_variables(c("mu", NA), example_draws())) ## [1] "mu" "mu" ```