Matthew Kay
Matthew Kay
- [x] `stat()` -> `after_stat()`
- [x] update vignette diagrams
this definitely goes along with #58
Yeah this sounds like a great idea! Would love a PR to make this work... Would need to be careful to avoid circular dependencies if you want to build standist::viz()...
Currently the approach is that if `to_r_names = TRUE` then it uses the lookup table on normalized names and otherwise does nothing. A more generic approach would be to either...
Yeah, there's a heavier-weight and lighter-weight variant: 1. Lookup tables are not "registered" in any way; any named character vector could be used as a lookup table. So some objects...
Hmmm okay, I'm trying to think of a practical solution here that doesn't introduce a bunch more dependencies into tidybayes (which is already reasonably heavy on the deps department) and...
Yeah, there's a couple of things to consider here in light of #14. I suspect long-term my plan is to rethink `parse_dist()` a bit and have it output distribution vectors...
Ah at the moment I probably don't have time to investigate it, though I don't in principle object if it is a better variant of HDIs. How does it differ...
Ah hrm. So it's also based on density estimators? I guess I'm not sure the advantage without doing more comparison (or seeing comparisons others have done if there are some)....