Learn R Programming

SUE (version 1.0)

SUE.plot: Plot for "SUE.lm" Objects

Description

Fitted.values vs residuals plot for "SUE.lm" Objects

Usage

SUE.plot(fit)

Arguments

fit
An object of class SUE.lm , typically the result of a call to SUE.lm

Examples

Run this code
## We analysis the well-known stackloss data by using the subsampling method.

data(stackloss)
a=SUE.lm(stack.loss~Air.Flow+Water.Temp+Acid.Conc.,data=stackloss,k=57,ns=11,r=6, 
	consistency.check=TRUE,constant=0.25)
SUE.plot(a)

Run the code above in your browser using DataLab