Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-27 Thread William Dunlap
Spotfire, TIBCO Software wdunlap tibco.com From: aleksandr shfets [mailto:a_shf...@mail.ru] Sent: Wednesday, August 22, 2012 1:52 AM To: William Dunlap Cc: R. Michael Weylandt; r-help@r-project.org Subject: Re[2]: [R] dimnames in an array(I'll be grateful if this message will be passed to

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-22 Thread aleksandr shfets
t least show the > output of traceback() to pin it down. > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > > > > -----Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > > Of

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-17 Thread R. Michael Weylandt
On Aug 17, 2012, at 9:25 AM, aleksandr shfets wrote: > > Michael, > Thank you for suggestions; > it seems to me that there's a fundamental lacuna with respect to names of a > three dimensional array: A lacuna in the English language, not in R: though perhaps Prof Ripley's employer's dictio

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-17 Thread William Dunlap
p tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of aleksandr shfets > Sent: Friday, August 17, 2012 6:25 AM > To: R. Michael Weylandt > Cc: r-help@r-project.org > Subject: Re: [R] dimnames in

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-17 Thread aleksandr shfets
Michael, Thank you for suggestions; it seems to me that there's a fundamental lacuna with respect to names of a three dimensional array: that is, rownames fits dimension 1, colnames fits another dimension(that is, 3, if I read it correctly), but there is no specific name for the third dimension

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-15 Thread R. Michael Weylandt
On Wed, Aug 15, 2012 at 3:57 AM, aleksandr shfets wrote: > Hi Michael, > Thanks for help on double brackets: I wasn't aware of this use of them. > > I went back to readjust my array so the dimnames(data11a)[[2]] would have > two elements, and remade the array to include the new dimnames: > > dimna

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-15 Thread aleksandr shfets
Hi Michael, Thanks for help on double brackets: I wasn't aware of this use of them. I went back to readjust my array so the dimnames(data11a)[[2]] would have two elements, and remade the array to include the new dimnames: dimnames(data11a)[[2]]=c("V","R") so that inside the second car of the tr

Re: [R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-13 Thread R. Michael Weylandt
On Mon, Aug 13, 2012 at 5:10 AM, aleksandr russell wrote: > Hello, > > I'm hoping someone with a wide experience with R may be able to see > what the program is trying to tell me. > > I've got an array: > > y1=rnorm(41,0.2) > y2=rnorm(41,0.2) > y3=rbind(y1,y2) > > > > data11<-array(0,c(41,2,2)) >

[R] dimnames in an array(I'll be grateful if this message will be passed to all list users)

2012-08-13 Thread aleksandr russell
Hello, I'm hoping someone with a wide experience with R may be able to see what the program is trying to tell me. I've got an array: y1=rnorm(41,0.2) y2=rnorm(41,0.2) y3=rbind(y1,y2) data11<-array(0,c(41,2,2)) data11[,1,]=y3 data11[,2,]=y3 rownames(data11)<-rownames(data11, do.NULL = FALSE, p