Re: [R] Box-Cox transformation in R

2011-05-04 Thread Dennis Murphy
Hi: Start here: library(sos)# Install first if necessary findFn('Box-Cox') This search finds 131 matches; the basic Box-Cox transformations for regression are found in the MASS and car packages. For other situations, consult the packages and functions identified from the sos search. HTH, De

Re: [R] Box-Cox transformation in R

2011-05-04 Thread Patrick Breheny
On 05/04/2011 12:53 PM, FMH wrote: Hi, Could any one please help how I can transform data based on Box-Cox Transformations in R. Any helps will be much appreciated. thanks, Kagba [[alternative HTML version deleted]] See the boxcox function in the MASS package.