Bill Denney

Results 181 issues of Bill Denney

This fixes #52 by setting factor levels to NA when they are not part of the data that are fit in the update. (It should be compatible with PR #51...

Related to #51, remove extraneous function switching from `boot_fit_nb()` to `boot_fit()` to ensure fix for `update()` works throughout.

Fix #27 (though only minimally) While creating #51 and #53, I wanted to create tests, but I didn't see a testing framework used. Then I saw #27, so I thought...

When factor levels are missing from a model, no surprise, it cannot predict rows with that factor level. The issue comes from the use of `predict()` in those models updated...

Fix #941 Adds a `use_z_format` argument to `format_ISO8601()` and does some code style reformatting within the same file.

While generating #1022 and #1023, the test below fails for reasons unrelated to the PRs. I'm not sure how the time zones should be cast or coerced to correct the...

The `ymd_hms()` family of functions has an argument `truncated` to allow for partial patterns to match. Could the same functionality apply to the `hms()` family? Specifically, I sometimes get times...

parser :carrot:
feature

This PR makes `mcmc_pairs()` return a ggplot object instead of a bayesplot_group object (Fix #268). This is a DRAFT PR for review and comment!!! The reason that it is a...

Related to #128 and to several other questions (such as https://discourse.mc-stan.org/t/manipulating-bayesplot-plots/4419). It would be handy if `bayesplot_grid` objects could be modified like any other ggplot object. I understand that it...

Thanks for writing the package. I have data where most columns should match exactly, but two of the columns require fuzzy matching. The data take a while to join on...