Dear Forum, Which functions and packages should be installed to make work the function "relevel"? treatment<-revel(treatment,ref="Db") Error: no se pudo encontrar la funci?n "revel" Thank you very much for your help, Xavier Chiriboga M. PhD Candidate Fundamental and Applied Research in Chemical Ecology Lab. Institute of Biology University of Neuchatel Website: https://www.unine.ch/farce/home/membres/xavier-chiriboga.html [[alternative HTML version deleted]]
On Sat, Oct 28, 2017 at 03:25:18PM +0000, CHIRIBOGA Xavier wrote:>Dear Forum, > > >Which functions and packages should be installed to make work the function "relevel"? > > >treatment<-revel(treatment,ref="Db") >Error: no se pudo encontrar la funci?n "revel" >You have a typo there, it should be "relevel", not "revel". In my current distribution, it works right from the start, so I don't think you'll need to install anything: $ R [...] -> relevel function (x, ref, ...) UseMethod("relevel") <bytecode: 0x90f9dc0> <environment: namespace:stats> Cheers, JMM.
Check your spelling: "relevel" not "revel" It's in stats (as well as probably others). Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Oct 28, 2017 at 8:25 AM, CHIRIBOGA Xavier <xavier.chiriboga at unine.ch> wrote:> Dear Forum, > > > Which functions and packages should be installed to make work the function > "relevel"? > > > treatment<-revel(treatment,ref="Db") > Error: no se pudo encontrar la funci?n "revel" > > > Thank you very much for your help, > > > Xavier Chiriboga M. > PhD Candidate > Fundamental and Applied Research in Chemical Ecology Lab. > Institute of Biology > University of Neuchatel > > Website: https://www.unine.ch/farce/home/membres/xavier-chiriboga.html > > [[alternative HTML version deleted]] > > > ______________________________________________ > 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. >[[alternative HTML version deleted]]