On Fri, Dec 17, 2010 at 8:58 AM, Michael Friendly wrote:
> Use aperm() to make time the first dimension
> Reshape to a matrix (all other dimensions combined)
> Do your selection on X[1,]
> aperm() to Permute back
To Michael, thanks!
I copy my implementation of Michael's idea at the end of this p
Use aperm() to make time the first dimension
Reshape to a matrix (all other dimensions combined)
Do your selection on X[1,]
aperm() to Permute back
On 12/16/2010 11:00 AM, Roy Shimizu wrote:
Hi. I'm new to R, and I'm still learning R's system for addressing
subsets of data structures. I'm part
If you are trying to subset the matrix, the correct format is:
Y <- dat[, 46:63]
You probably need to reread the introduction to R to understand how
indexing works.
On Tue, Jun 17, 2008 at 10:01 PM, Paul Adams <[EMAIL PROTECTED]> wrote:
> Hello everyone,
> I am trying to subset a matrix with the
3 matches
Mail list logo