boxcox(x, formula, n.effects, sig=.05, method="pse", minlam=-1, maxlam=1, nlam=21)
Box, G.E.P. and D.R. Cox (1964) An analysis of transformations (with discussion). J. Royal Statist. Soc. Ser. B, 26:211-246
Box, G.E.P. and C.A. Fung (1983) Some considerations in estimating data transformations. MRC Report #2609, University of Wisconsin-Madison.
Box, G.E.P. and C.A. Fung (1986) Studies in quality improvement: Minimizing transmitted variation by parameter design. Report 8, University of Wisconsin-Madison, Center for Quality and Productivity Improvement (submitted to the Journal of Quality Technology).
Box, G. E. P., W. G. Hunter, and J. S. Hunter (1978) Statistics for Experimenters, New York: Wiley.
Haaland, P. D. (1989) Experimental Design in Biotechnology, New York: Marcel Dekker.
Weisberg, S. (1985) Applied Linear Regression, 2nd edition, New York:Wiley.
buffer.fac <- fac.aov(buffer.df) buffer.bc <- boxcox(buffer.fac, ~pH*thimer + pH*gent) plot(buffer.fac) # produces both of the plots below lambda(buffer.bc) loglik(buffer.bc) buffer.bc2 <- boxcox(buffer.fac, n.effects=5) buffer.bc3 <- boxcox(buffer.fac, n.effects = "sig")