Re: [R] Error: no 'dimnames' attribute for array

2013-03-07 Thread eliza botto
Thankyou Micheal!!! That was so nice of you. It cleared everything. Elisa > From: michael.weyla...@gmail.com > Date: Thu, 7 Mar 2013 11:31:59 + > Subject: Re: [R] Error: no 'dimnames' attribute for array > To: eliza_bo...@hotmail.com > CC: r-help@r-project.org >

Re: [R] Error: no 'dimnames' attribute for array

2013-03-07 Thread R. Michael Weylandt
On Thu, Mar 7, 2013 at 11:19 AM, eliza botto wrote: > Thankyou very much M. Weylandt. i was actually more interested in knowing > about the error. Let's talk you through it then: As you said before you have b1 <- c(1L, 2L, 6L, 7L, 12L, 16L, 17L, 20L, 21L, 23L, 25L, 34L, 46L, 48L, 58L, 64L, 65L,

Re: [R] Error: no 'dimnames' attribute for array

2013-03-07 Thread eliza botto
Thankyou very much M. Weylandt. i was actually more interested in knowing about the error. I got the point.Thankyou elisa > From: michael.weyla...@gmail.com > Date: Thu, 7 Mar 2013 11:15:36 + > Subject: Re: [R] Error: no 'dimnames' attribute for array > To: eliza_bo.

Re: [R] Error: no 'dimnames' attribute for array

2013-03-07 Thread R. Michael Weylandt
On Thu, Mar 7, 2013 at 11:02 AM, eliza botto wrote: > > Dear XpeRts, > I prepared a no qoute Character string by the following command > > s<-noquote(paste (b1, collapse=",")) > > where, b1 is the vector of 24 intergers. > >> dput(b1) > > c(1L, 2L, 6L, 7L, 12L, 16L, 17L, 20L, 21L, 23L, 25L, 34L, 4

[R] Error: no 'dimnames' attribute for array

2013-03-07 Thread eliza botto
Dear XpeRts, I prepared a no qoute Character string by the following command s<-noquote(paste (b1, collapse=",")) where, b1 is the vector of 24 intergers. > dput(b1) c(1L, 2L, 6L, 7L, 12L, 16L, 17L, 20L, 21L, 23L, 25L, 34L, 46L, 48L, 58L, 64L, 65L, 68L, 82L, 97L, 98L, 101L, 113L, 115L) > dp