iDevplot {TWIX}R Documentation

Interactive Deviance plot

Description

Interactive Deviance plot.

Usage

 iDevplot(rsp, data,col=1, ...) 

Arguments

rsp response variable.
data a dataframe of numeric predictor variables.
col the color for points.
... other parameters to be passed through to plotting functions.

See Also

Devplot,plot.TWIX,TWIX

Examples

 
data(olives)
#iDevplot(olives$Region,olives[,c(1:8)])

[Package TWIX version 0.2.2 Index]