Patrick Breheny

Results 48 issues of Patrick Breheny

First of all, thank you for the excellent work on this package! Enhancement suggestion here, which is to allow users access to the [shadowtext](https://github.com/GuangchuangYu/shadowtext) package, either as an option to...

Feature request: I'm not sure how much work would be involved in implementing this, but I think it would be very useful to have a function to return percentiles for...

enhancement

Communicated via e-mail by Denis Infanger: Recently, I wanted to visualize the fitted values for a linear mixed effects model that I fitted using **nlme**. I fitted factor-specific random effects...

compatibility

Communicated via e-mail from Jean-Yves Barnagaud: I was wondering if it would be a big deal to implement spline-based quantile regressions similarly? The rqss function from quantreg returns objects that...

compatibility

Somehow? Seems useful for at least labeling partial residuals, but maybe more.

new feature

Code is old and should be reorganized

refactor

With **pkgdown**?

documentation

From offline conversation with Remko Duursma (Western Sydney University): 1. It would be useful if one could pass options to `predict` or `resid`. 2. It would be useful if the...

enhancement

The following code: ``` r library(visreg) fit

bug

It would be nice if the following code worked to produce a grid of visreg plots: ``` visreg(fit, 'xvar', by=c('by1', 'by2')) ```

new feature