Re: [R] pasting several things

2012-03-03 Thread chuck.01
Hi Garrett, That works great, thank you! gsee wrote > > Try this: > > x <- structure(list(day = 19, C1 = structure(1L, .Label = c("", "C1" > ), class = "factor"), C2 = structure(2L, .Label = c("", "C2"), class = > "factor"), >C3 = structure(1L, .Label = c("", "C3"), class = "factor"), >

Re: [R] pasting several things

2012-03-02 Thread G See
Try this: x <- structure(list(day = 19, C1 = structure(1L, .Label = c("", "C1" ), class = "factor"), C2 = structure(2L, .Label = c("", "C2"), class = "factor"), C3 = structure(1L, .Label = c("", "C3"), class = "factor"), Q1 = structure(2L, .Label = c("", "Q1"), class = "factor"), Q2 = str

[R] pasting several things

2012-03-02 Thread chuck.01
I have this type of format: structure(list(day = 19, C1 = structure(1L, .Label = c("", "C1" ), class = "factor"), C2 = structure(2L, .Label = c("", "C2"), class = "factor"), C3 = structure(1L, .Label = c("", "C3"), class = "factor"), Q1 = structure(2L, .Label = c("", "Q1"), class = "fact