Summary of a rsm.lm Object

DESCRIPTION:

Prints information about an object of class rsm.lm which results from the analysis of a response surface design.

USAGE:

summary.rsm.lm(rsm.object) 

REQUIRED ARGUMENTS:

rsm.object
an object of class "rsm.lm" usually produced by the function rsm.lm.

VALUE:

an object of class "summary.rsm.lm", with estimates for the effects, standard error estimates, t-values and p-values, from the analysis using the coded factors.

REFERENCES:

Box, G.E.P. and Draper, N.R (1987), Empirical Model Building and Response Surfaces, New York: Wiley.

Box, G. E. P., W. G. Hunter, J. S. Hunter (1978), Statistics for Experimenters, New York: Wiley.

Haaland, P. D. (1989), Experimental Design in Biotechnology, New York: Marcel Dekker.

SEE ALSO:

, , .

EXAMPLES:

abrsm.rsm <- rsm.lm(abrsm.df) 
summary(abrsm.rsm)