[R] Box-Cox transformation in R

Dennis Murphy djmuser at gmail.com
Thu May 5 00:33:17 CEST 2011


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,
Dennis

On Wed, May 4, 2011 at 9:53 AM, FMH <kagba2006 at yahoo.com> 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]]
>
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>



More information about the R-help mailing list