powered by
also plot SSE against lambda
boxcox.sse(x,y,l=seq(-2,2,.1))
### table 3.9 & figure 3.17 (page 136) boxcox.sse(Plasma[,1],Plasma[,2]) ### table 18.6 page 792 boxcox.sse(factor(ServoData[,2]),ServoData[,1])
Run the code above in your browser using DataLab