Re: [R] Find in R and R books

2010-11-22 Thread Georg Otto
Alaios ala...@yahoo.com writes: Also when I try to search in google using for example the word R inside the search lemma I get very few results as the R confuses the search engine. When I was looking something in matlab ofcourse it was easier to get results as the search engine performs

Re: [R] Find in R and R books

2010-11-22 Thread Spencer Graves
Other people like R Site Search (http://search.r-project.org/nmz.html), which is available via the standard R function RSiteSearch. For me, the fastest literature search on virtually anything statistical is the findFn function in the sos package. (Disclaimer: I'm the lead

Re: [R] Find in R and R books

2010-11-22 Thread Mike Marchywka
Date: Mon, 22 Nov 2010 17:28:57 -0800 From: spencer.gra...@structuremonitoring.com To: g...@well.ox.ac.uk CC: r-h...@stat.math.ethz.ch Subject: Re: [R] Find in R and R books Other people like R Site Search (http://search.r-project.org/nmz.html

Re: [R] Find in R and R books

2010-11-22 Thread Spencer Graves
Hi, Mike, et al.: in line On 11/22/2010 5:43 PM, Mike Marchywka wrote: Date: Mon, 22 Nov 2010 17:28:57 -0800 From: spencer.gra...@structuremonitoring.com To: g...@well.ox.ac.uk CC: r-h...@stat.math.ethz.ch Subject: Re: [R] Find in R and R books

[R] Find in R and R books

2010-11-17 Thread Alaios
Hello everyone. In matlabĀ  (again) there is a fucntion find that returns you the indexes where the condition in find was met. I want the same functionality in R i.e find(Mydata2) to return all the indexes where the condition is met. Do you know something like that? Also when I try to search in

Re: [R] Find in R and R books

2010-11-17 Thread Ivan Calandra
Hi again! The Introduction to R or other documentation might help you to get started. And you should REALLY read the posting guide and provide a reproducible example. In this case, some sample data corresponding to the type of objects you have, plus the result you expect would be enough (I

Re: [R] Find in R and R books

2010-11-17 Thread Joshua Wiley
Hi Alex, This ought to do what you are after. For searching, I found the most helpful thing to be thinking about what I was really after---this helps with generating several key words to look for, which is more likely to turn up results. I also included some functions/packages to help with R