dgrid {bestglm}R Documentation

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

Author(s)

A. I. McLeod

See Also

pairs, splom,

Examples

data(mcdonald)
dgrid(mcdonald)

[Package bestglm version 0.37.3 Index]