search for: rshmz29

Displaying 4 results from an estimated 4 matches for "rshmz29".

2010 Dec 18
0
What's wrong with these mail headers?
...t, 18 Dec 2010 05:54:16 -0800 > (PST) > In-Reply-To: <4D0B6C82.1030407 at yorku.ca> > References: > <AANLkTi=9j-xWd4r+LBJSBq9h+2d9pOBXWRg5cgWHnz3z at mail.gmail.com> > <4D0B6C82.1030407 at yorku.ca> > Date: Sat, 18 Dec 2010 08:54:16 -0500 > Delivered-To: rshmz29 at gmail.com > Message-ID: > <AANLkTikHJT8T+Ao4qNj8ZrACubNk+hSPGA+JQG3o4hwG at mail.gmail.com> > Subject: Re: Subarray specification problem > From: Roy Shimizu <rshmz29 at gmail.com> > To: r-help at r-project.org > Content-Type: text/plain; charset=ISO-8859-1 > &g...
2010 Dec 16
1
Subarray specification problem
Hi. I'm new to R, and I'm still learning R's system for addressing subsets of data structures. I'm particularly interested in the problem of selecting subarrays based on complex criteria involving the dimnames (as opposed to the values of the cells) of the array. Here's an example of such a problem. Suppose I have an array x of unknown dimensions (it may have been passed as
2010 Dec 13
1
Qs re writing/reading arrays, dataframes
Hi! I'm just getting started with R (and with the analysis of large datasets in general). I have several beginner-level questions whose answers I have not been able to find, and was hoping one of you would be kind enough to throw me a cluebrick or two. I have a 6-dimensional numeric array (which I'll call myarray) that is "fully named". By this I mean that non-NULL dimnames
2010 Dec 16
3
How to save & play back an entire R session?
I know that at the end of an R session I'm given the option to save the current *state* of the session. But I would like to save the entire sequence of inputs that took place during the session, so that I can play them back later, and not only be left in the same state I was at the time of saving the session, but be able to see the entire history of the session (inputs and outputs). (This is