(actually I start with a vector (NA,2,2)) A[NA,2,2] doesn't work)
The indices cannot be a list like
ind
[[1]]
[1] 1 2 3 4 5 6 7
[[2]]
[1] 2
[[3]]
[1] 2
so it is not possible to ask for
A[ind]
So S doesn't like using lists as an argument to an array.
Can anyone tell me how to write code to properly specify correctly
the argument to an array index.
Thank you
Ross Darnell
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news