Learn R Programming

bestglm (version 0.37.3)

dgrid: Scaled Variables Dependency Plots: Output vs Inputs

Description

A lattice grid plot is produced for the output vs. each input. The variables are scaled to have mean zero and variance one.

Usage

dgrid(XyDF, span=0.8)

Arguments

XyDF

Must be a dataframe with the last column corresponding to the output

span

smoothing parameter for loess

Value

a lattice plot

See Also

pairs, splom,

Examples

Run this code
# NOT RUN {
data(mcdonald)
dgrid(mcdonald)
# }

Run the code above in your browser using DataLab