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

Description Usage Arguments Author(s) Examples

View source: R/SUE.plot.R

Description

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

Usage

1
SUE.plot(fit)

Arguments

fit

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

Author(s)

Jim Yi

Examples

1
2
3
4
5
6
## 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)

Example output



SUE documentation built on May 1, 2019, 9:15 p.m.