pbreheny / visreg

Visualization of regression functions
http://pbreheny.github.io/visreg/
61 stars 18 forks source link

predict.args and resid.args #22

Open pbreheny opened 8 years ago

pbreheny commented 8 years ago

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 interface supported cases in which the confidence interval is returned directly, as opposed to using a standard error (which assumes normality).

This would require some meaningful refactoing of Response.R and visregPred.R.