visreg-package {visreg} | R Documentation |
Visualization of regression models
Description
visreg
provides a number of plotting functions for
visualizing fitted regression models: regression functions, confidence
bands, partial residuals, interactions, and more.
Details
This package allows the use of visreg and visreg2d, functions for visualizing regression models. See example below for the most basic use, and the help pages for each function for details. Also see the cited manuscript for additional details. If you have a question or feature request, please e-mail me at <patrick-breheny@uiowa.edu>.
Author(s)
Patrick Breheny and Woodrow Burchett
Maintainer: Patrick Breheny <patrick-breheny@uiowa.edu>
References
Breheny, P. and Burchett, W. (2017), Visualizing regression models using visreg. https://journal.r-project.org/archive/2017/RJ-2017-046/index.html
See Also
Examples
fit <- lm(Ozone ~ Solar.R + Wind + Temp, data=airquality)
visreg(fit, "Wind")
[Package visreg version 2.7.0 Index]