Patrick Breheny
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...
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...
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...
Somehow? Seems useful for at least labeling partial residuals, but maybe more.
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...
It would be nice if the following code worked to produce a grid of visreg plots: ``` visreg(fit, 'xvar', by=c('by1', 'by2')) ```