Josh Errickson

Results 18 issues of Josh Errickson

[6d3f0b](https://github.com/markmfredrickson/optmatch/commit/6d3f0b2a8a4416cb51eddeeee56c11da874e005f?w=1) added the ability to toggle between the older 0.8-3 version and the newer 0.9-0 solver. It was not immediately apparent how to test that the correct version of the...

no action

``` > m d d cbind(cost, t1).cost cbind(cost, t1).t1 cap pr H NA 14.00 687 0 I 452.99 10.00 NA 0 A 443.22 10.00 1065 1 J 652.32 11.00 1065...

Is it possible to add support for a dark mode? Ideally auto-detected, or at least with a toggle button?

The link to netlify for depencies has changed. https://tinyverse.netlify.com/ no longer loads, it is now https://tinyverse.netlify.app/.

Right now `plot.xbal` has a lot of issues (see eg #82 #80 and another unreported issue that vertical margins look wonky). Have we considered moving to ggplot2 instead of base...

This may be intended behavor, but if so, the terminology seems odds to me. ```r > plot(xBalance(pr ~ cost, data = nuclearplants)) > plot(xBalance(pr ~ cost, data = nuclearplants, report...

Again, here's a few things to check/fix 1) There was no formal `RandomizationDistribution` class defined. I added it in zzpvalues.R#102. There's also no formal `xbal` class, but when its created,...