Learn R Programming

ExpDes (version 1.2.2)

plotres: Residual plots

Description

plotres Residual plots for a output model. Four sets of plots are produced: (1) Histogram, (2) normal probability plot for the residual, (3) Standardized Residuals versus Fitted Values, and (4) box-plot (Standardized Residuals).

Usage

plotres(x)

Arguments

x

Output from anova (performed in ExpDes).

References

STEEL, R. G. D.; TORRIE, J. H. Principles and procedures in Statistics: a biometrical approach. McGraw-Hill, New York, NY. 1980.

See Also

graphics.

Examples

Run this code
# NOT RUN {
data(ex1)
attach(ex1)
a<-crd(trat, ig)
plotres(a)
# }

Run the code above in your browser using DataLab