Devplot {TWIX}R Documentation

Deviance plot

Description

Deviance plot.

Usage

Devplot(rsp, x,interactiv=FALSE,sample=c(FALSE,0),col=1,classes=FALSE,pch=16, ...)

Arguments

rsp response variable.
x a dataframe of predictor variables.
interactiv see iDevplot.
sample a dataframe of predictor variables.
col the color for points.
classes Scatterplot of Classes.
pch a vector of plotting characters or symbols.
... other parameters to be passed through to plotting functions.

See Also

iDevplot,plot.TWIX,TWIX

Examples

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

[Package TWIX version 0.2.1 Index]