plotXRreg {XReg}R Documentation

Plots component linear models in extreme regression model

Description

plotXRreg This function returns a plot of the regression function and data points as a matrix plot. Rows of matrix are variables and columns correspond to miniumum terms. This representation of the regression function probably only works well as a graphical display up to about 5 unique variables and 5 terms. It also tells how many observations are indicated by each rule and gived the overall indicator of the observations indicated by the rule.

Usage

plotXRreg(y,x,xrout,allpoints=F)

Arguments

y response
x matrix of predictors
xrout output from XR regression function XReg
allpoints if allpoints=T, plot all points (but highlight those corresponding to the local univariate function

Author(s)

Michael LeBlanc mleblanc@fhcrc.org

Examples

##
  # See XReg
# 

[Package XReg version 1.0 Index]