Skip to content

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.

11 results for “from:Daniel Viar”

How do I get my IT department to "bless" R?
Daniel Viar · Jan 29, 2009 · r-help

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...

new book on (Perl and) R for computational biology
Daniel Viar · May 9, 2009 · r-help

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...

SAS Institute to invest upto $20 m with R Project
Daniel Viar · Apr 1, 2009 · r-help

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...

two monitors
Daniel Viar · Mar 30, 2009 · r-help

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...

Programming objects in R
Daniel Viar · Mar 31, 2009 · r-help

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...

clear screen?
Daniel Viar · May 3, 2009 · r-help

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...

How do I get my IT department to "bless" R?
Daniel Viar · Feb 11, 2009 · r-help

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...

Stat textbook recommendations?
Daniel Viar · Jan 23, 2009 · r-help

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...

matrix transpose
Daniel Viar · Feb 15, 2009 · r-help

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...

R editor that will work with Rcmdr
Daniel Viar · Mar 8, 2009 · r-help

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...

permutations in R
Daniel Viar · Mar 13, 2009 · r-help

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 .