Thomas J. Leeper

Results 135 comments of Thomas J. Leeper

Thanks. I'll look into that more - the intention is for it to report based on original variable. If that's not happening, it's probably a bug.

This isn't exactly a bug but it's *not* the best behavior. The line is the predicted value holding all other variables at their mean or mode (MEMs), which differs from...

This is trivial to fix, once variances of predictions are setup: https://github.com/leeper/prediction/issues/17

This should be an easy fix. Thanks for reporting!

Thanks. This looks like it is due to the internal use of `fivenum()` returning integers rather than numeric quantiles. I'll switch out the implementation as that's not correct.

There should definitely be ways to improve this significantly. I intended to improve but then discovered most people don't seem to need these, so I turned it off by default...

Bummer. Definitely let me know if you come up with something better. I'll leave this open.

Sponsor artifacts could be used to store a package binary or built PDF of documentation. I suspect no one actually uses that feature, though, even though it could be useful....

_Here's language for a pull request:_ As a result of a discussion at the rOpenSci unconf, we propose the addition of a `@tests` tag to roxygen2 that allows in-line tests...