dgrid {bestglm} | R Documentation |
A lattice grid plot is produced for the output vs. each input. The variables are scaled to have mean zero and variance one.
dgrid(XyDF, span=0.8)
XyDF |
Must be a dataframe with the last column corresponding to the output |
span |
smoothing parameter for loess |
a lattice plot
A. I. McLeod
data(mcdonald)
dgrid(mcdonald)