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.

9 results for “from:Taylor, Z Todd”

Replicating the SPlus "twoway" function
Taylor, Z Todd · May 23, 2016 · r-help

Is there a package somewhere that replicates the SPlus twoway() function? That function models a 2-d data matrix, which may contain NAs, as x[i,j] = grand.effect + row.effect[i] + col.effect[j] + resid[i,j] I'm...

Reasons to Use R
Taylor, Z Todd · Apr 10, 2007 · r-help

On Monday, April 09, 2007 3:23 PM, someone named Wilfred wrote: > So what's the big deal about S using files instead of memory > like R. I don't get the point. Isn't there enough swap space > for...

R annoyances
Taylor, Z Todd · May 20, 2005 · r-help

On Friday, May 20, 2005 11:29 AM, Jari Oksanen wrote: > The most beautiful thing in old R (I started with 0.63) was > that it was > in the elegant unix tradition: all lower case and point (full stop, > period...

Managing R objects with 'make'
Taylor, Z Todd · May 11, 2001 · r-help

I frequently use Makefiles to manage routine data manipulations and repeated analyses where the "raw" data tend to change with time. With S/Splus, this has worked quite naturally, as long as I'm careful to use S object names...

Regular expressions
Taylor, Z Todd · Jan 11, 2006 · r-help

"Ales Ziberna" <aleszib at gmail.com> writes: > Dear useRs! > > I have the following problem. I would like to find objects in > my environment > that have two strings in it. For example, I might want to > find objects that > have in...

optimal windows R machine
Taylor, Z Todd · Oct 18, 2001 · r-help

rossini at blindglobe.net [mailto:rossini at blindglobe.net] wrote: > >>>>> "AL" == Andy Liaw <Liaw> writes: > > AL> We did try VMware on one of our Linux boxes (dual P3 866 Xeon > AL> with 2GB RDRAM). It was unbearably slow! > > > (and others...

use of "@" character in variable name
Taylor, Z Todd · Mar 27, 2009 · r-help

Camel case will cause database issues, too, at least if you ever need to move from one db to another--every one seems to have its own idea whether to preserve case, up-case, or down-case object names. You...

Annoyance in as.numeric
Taylor, Z Todd · Jun 16, 2008 · r-help

I generally do something like storage.mode(my.matrix) <- "double" --Todd -- Why do you recite at a play and play at a recital? > -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project...

Two R sessions on multicore computer seem to inhibit each other ?
Taylor, Z Todd · Jul 12, 2012 · r-help

My first guess would be there's not enough memory on the machine to support two of the tasks you're running, so swapping ensues. --Todd -- Why is it so hard to remember the spelling of "mnemonic"? -----Original Message----- From...

Can't find what you're looking for? Try searching with Google .