Dear Sir/Madam, I am doing a project related to R. However, it is always difficult find some R functions. The R user guide seems not complete. Is there any free document about all R functions ? Who knows ? please help me. My email is myzhaogong@yahoo.com Thank you very much --------------------------------- [[alternative HTML version deleted]]
Have you tried "?help.search" in R? Also, have you tried www.r-project.org -> search -> "R site search"? Finally, have you tried "the posting guide! http://www.R-project.org/posting-guide.html"? hope this helps. spencer graves an ying wrote:>Dear Sir/Madam, > >I am doing a project related to R. >However, it is always difficult find some R functions. >The R user guide seems not complete. >Is there any free document about all R functions ? >Who knows ? please help me. >My email is myzhaogong at yahoo.com > > >Thank you very much > > >--------------------------------- > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > >-- Spencer Graves, PhD, Senior Development Engineer O: (408)938-4420; mobile: (408)655-4567
On Fri, 2004-11-19 at 07:55 -0800, an ying wrote:> Dear Sir/Madam, > > I am doing a project related to R. > However, it is always difficult find some R functions. > The R user guide seems not complete. > Is there any free document about all R functions ? > Who knows ? please help me. > My email is myzhaogong at yahoo.com > > > Thank you very muchPerhaps if you provided some insight into what exactly it is you are looking to do, we can provide some specific guidance. The R Manuals are typically available in your installation, accessible via help.start(). However they are also online at the main R site: http://www.r-project.org/ Along the left hand side of the page under "Documentation", there are several links to available manuals, user contributed docs, FAQ's, etc. HTH, Marc Schwartz
On Fri, 19 Nov 2004, an ying wrote:> Dear Sir/Madam, > > I am doing a project related to R. > However, it is always difficult find some R functions. > The R user guide seems not complete. > Is there any free document about all R functions ? > Who knows ? please help me. > My email is myzhaogong at yahoo.comThere has been much discussion on this topic on this mailing list recently, and an important result is that there is no complete user guide. Like any computer language, R is extensible, and there is no complete listing. If you know what you are looking for, for example 'urgent question', try this in R: help.search.archive<-function(string){ RURL="http://www.google.com/u/newcastlemaths" RSearchURL=paste(RURL,"?q=",string,sep='') browseURL(RSearchURL) return(invisible(0)) } # and help.search.archive("urgent question") # to find urgent questions Dave -- Dave Forrest drf at vims.edu (804)684-7900w drf5n at maplepark.com (804)642-0662h http://maplepark.com/~drf5n/
Go to http://cran.r-project.org/ and find the contributed documentation section. Kjetil an ying wrote:>Dear Sir/Madam, > >I am doing a project related to R. >However, it is always difficult find some R functions. >The R user guide seems not complete. >Is there any free document about all R functions ? >Who knows ? please help me. >My email is myzhaogong at yahoo.com > > >Thank you very much > > >--------------------------------- > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > > > >-- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra
hi, you can download The R Reference Index contains all help files of the R standard and recommended packages in printable form at http://cran.r-project.org/doc/manuals/fullrefman.pdf you will find other Manuals at http://www.r-project.org/ have a nice week-end all. ------ Yves Magliulo <ym@climpact.com> R&D Engineer, CLIMPACT Tel. : +33 (0) 1 44 27 34 31 Fax. : +33 (0) 1 44 27 49 96 Universite Pierre et Marie Curie Boite 101 - Tour 45 - 5eme etage - Couloir 45/46 4 place Jussieu, 75252 Paris CEDEX 05, France Le ven 19/11/2004 à 16:55, an ying a écrit :> Dear Sir/Madam, > > I am doing a project related to R. > However, it is always difficult find some R functions. > The R user guide seems not complete. > Is there any free document about all R functions ? > Who knows ? please help me. > My email is myzhaogong@yahoo.com > > > Thank you very much > > > --------------------------------- > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html-- [[alternative HTML version deleted]]