iDevplot {TWIX} | R Documentation |
Interactive Deviance plot.
iDevplot(rsp, data,col=1, ...)
rsp |
response variable. |
data |
a dataframe of numeric predictor variables. |
col |
the color for points. |
... |
other parameters to be passed through to plotting functions. |
#data(olives) #iDevplot(olives$Region,olives[,c(1:8)])