marginalmodelplots-package {marginalmodelplots} | R Documentation |
Marginal mean model plots for linear (lm) and generalized linear models (glm). Including tools for bandwidth exploration. Built on the work from the alr3 and locfit package.
Package: | marginalmodelplots |
Type: | Package |
Version: | 0.6 |
Date: | 2007-05-15 |
License: | GPL version 2 or newer. |
The primary function of interest is mmplot
, which creates a layout
of marginal mean model plots for a given model.
The package also includes functions for exploring marginal model plots and
experimentation with bandwidths through the functions
mmpslider
and mmpdualslider
.\
marginalmodelplots is based on the work of marginal model plots by Cook and Weisburg,
and extends the their work in from the package alr3
.
Unlike alr3
the marginalmodelplots package only performs
mean curve smooths. For variance curve estimation use alr3
.
Andrew Redd
Maintainer: Andrew Redd <aredd at stat.tamu.edu>
S. Weisberg (2005), Applied Linear Regression, third edition, Wiley, Chapter 8