Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I currently use R at work "under the radar", but there's a chance I could loose that access. I'd like to get our company to feel comfortable with open source and R in particular. Does anyone have any...
It looks like the correct link is: http://www.crcpress.com/product/isbn/9781420069730 On Fri, May 8, 2009 at 6:49 PM, Gabriel Valiente <valiente at lsi.upc.edu> wrote: > There is a new book on (Perl and) R...
And a happy April Fools day to you to... On Wed, Apr 1, 2009 at 5:44 AM, Ajay ohri <ohri2007 at gmail.com> wrote: > A SAS spokesperson has confirmed to this blog that they have invested > in the R...
Try Edit --> Gui Preferences --> SDI and see if that works. Dan Viar Chesapeake, VA On Mon, Mar 30, 2009 at 5:55 PM, Veerappa Chetty <chettyvk at gmail.com> wrote: > Hi, I have set up two monitors. I am using...
The third chapter of the book "R Programming for Bioinformatics" by Robert Gentleman is on object-oriented programming in R. Dan Viar Chesapeake, VA On Tue, Mar 31, 2009 at 6:15 AM, Patrick Burns <pburns at pburns.seanet.com...
I'm not sure how to put it in a function (or if this helps), but Ctrl+L will clear the R Console in Windows. Cheers, Dan Viar On Sun, May 3, 2009 at 6:58 PM, Charles Annis, P...
Many thanks to everyone that posted replies to this thread. I used some of the ideas from this thread and other sources to put together a case for R and I just received formal approval from our IT department today...
You might want to check out the following: http://www.stochas.org/ http://www1.appstate.edu/~arnholta/PASWR/index.htm http://turtle.gis.umn.edu/pmwiki/pmwiki.php/StatisticsandDatawithR/HomePage http://www.janehorgan.com/ I own all of these books...
Here's one way that seems to work: a <- matrix(1:30,5,6) # Create a target for the transpose b <- matrix(1:(nrow(a)*ncol(a)),ncol(a),nrow(a)) # populate b with the transpose of a for (i...
Thanks for posting this. I've never used Eclipse before but this document inspired me to give it a try. Unfortunately, it's a little out of date, but I think that I finally got it to work. In case...
Try this: > # Taken from combinations(gtools) > # library(gregmisc) > # Function permutations > fn_perm_list <- + function (n, r, v = 1:n) + { + if (r == 1) + matrix(v, n, 1) + else if (n == 1) + matrix(v, 1, r) + else { + X <- NULL + for (i in...
Can't find what you're looking for? Try searching with Google .