Hi everybody! I want to do a boxcox transformation, but I got this: Error: could not find function "boxcox" What can I do? I am using R studio. Thanks!!! Xavier
Hi, Maybe the following link helps. http://r.789695.n4.nabble.com/box-cox-td4363944.html -- View this message in context: http://r.789695.n4.nabble.com/SIMPLE-question-tp4703176p4703180.html Sent from the R help mailing list archive at Nabble.com.
Hello, Try the following. install.packages("sos") #if not yet Then, library(sos) findFn("boxcox") There are several hits, maybe you could start with package car Hope this helps, Rui Barradas Em 12-02-2015 16:19, CHIRIBOGA Xavier escreveu:> Hi everybody! > > > > I want to do a boxcox transformation, but I got this: > > > > Error: could not find function "boxcox" > > > > What can I do? I am using R studio. > > > > Thanks!!! > > > > Xavier > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >
> I want to do a boxcox transformation, but I got this: > Error: could not find function "boxcox" > > What can I do?Well, the recommended 'homework' in the posting guide would be a start. i) ??boxcox, if you have any packages installed that include something with that functionality. ii) RSiteSearch("Box-Cox") iii) Use a search engine to find 'box-cox transform in R' These would lead you to a number of packages, such as the car package, which include the transform. S ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}