Re: [R] binding two lists of lists of dataframes together

2015-05-14 Thread Vin Cheng
be repeated once for each V1,V2,V3. Thank you again for all the help! It's much appreciated! Vince Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Wed, 13 May 2015 15:51:47 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 13

Re: [R] binding two lists of lists of dataframes together

2015-05-14 Thread David Winsemius
Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Wed, 13 May 2015 15:51:47 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 13, 2015, at 2:01 PM, Vin Cheng wrote: Hi David, I tried both solutions you

Re: [R] binding two lists of lists of dataframes together

2015-05-14 Thread Vin Cheng
Thanks David! Have a good one! Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Thu, 14 May 2015 07:58:43 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 14, 2015, at 7:15 AM, Vin Cheng wrote: Hi David

Re: [R] binding two lists of lists of dataframes together

2015-05-13 Thread Vin Cheng
, 0.45, 0.3, 0.45, 0.5,0.4, 0.55, 0.45, 0.5, 0.45, 0.4, 0.45, 0.45, 0.5, 0.55))), .Names = c(V1, V2, V3), row.names = c(id, WgtBand, Wgt, Held, LoanXID, Issuer, Bid, Offer), class = c(data.table, data.frame)) Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem

Re: [R] binding two lists of lists of dataframes together

2015-05-13 Thread David Winsemius
)) Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Tue, 12 May 2015 16:00:05 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 12, 2015, at 3:12 PM, Vin Cheng wrote: Hi David, Would it be possible to modify

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread Vin Cheng
From: newrnew...@hotmail.com To: r-help@r-project.org Date: Mon, 11 May 2015 20:16:40 + Subject: [R] binding two lists of lists of dataframes together Hi, I'm new to R and am stumped. I'm trying to bind List 1 to List 2 and have the corresponding Output. I've found

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread Vin Cheng
May 2015 18:19:06 -0800 From: jrkrid...@inbox.com Subject: RE: [R] binding two lists of lists of dataframes together To: newrnew...@hotmail.com; r-help@r-project.org http://adv-r.had.co.nz/Reproducibility.html and please do not post in Html. John Kane Kingston ON Canada

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread Vin Cheng
: Mon, 11 May 2015 21:07:02 + Subject: Re: [R] binding two lists of lists of dataframes together From: newrnew...@hotmail.com To: r-help@r-project.org Date: Mon, 11 May 2015 20:16:40 + Subject: [R] binding two lists of lists of dataframes together Hi, I'm new to R and am

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread David Winsemius
On May 12, 2015, at 9:24 AM, Vin Cheng wrote: list1-list(structure(list(id = c(493L, 564L, 147L, 83L, 33L, 276L, 402L, 285L, 30L, 555L), WgtBand = c(1, 1, 2, 3, 4, 5, 6, 7, 8, 9), Wgt = c(NaN, NaN, NA, NA, NA, NA, NA, NA, NA, NA)),

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread Vin Cheng
] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Tue, 12 May 2015 11:36:50 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 12, 2015, at 9:24 AM, Vin Cheng wrote: list1-list(structure(list(id = c(493L, 564L, 147L, 83L, 33L, 276L, 402L

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread David Winsemius
, data.frame)) Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Tue, 12 May 2015 11:36:50 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 12, 2015, at 9:24 AM, Vin Cheng wrote: list1-list(structure(list(id = c(493L

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread Vin Cheng
variable(V1,V2,V3). Sorry for all the back and forth - explaining an exact output over email is difficult. I really appreciate the help and the effort! Thank you again! Vince Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Tue, 12

Re: [R] binding two lists of lists of dataframes together

2015-05-12 Thread David Winsemius
appreciate the help and the effort! Thank you again! Vince Subject: Re: [R] binding two lists of lists of dataframes together From: dwinsem...@comcast.net Date: Tue, 12 May 2015 14:23:54 -0700 CC: r-help@r-project.org To: newrnew...@hotmail.com On May 12, 2015, at 12:56 PM, Vin

[R] binding two lists of lists of dataframes together

2015-05-11 Thread Vin Cheng
Hi, I'm new to R and am stumped. I'm trying to bind List 1 to List 2 and have the corresponding Output. I've found the following code - I can't say I understand rbindlist(lapply(list12, [, i, TRUE)). Either way - it doesn't give exactly what's needed. library(data.table) list12 -

Re: [R] binding two lists of lists of dataframes together

2015-05-11 Thread John Kane
http://adv-r.had.co.nz/Reproducibility.html and please do not post in Html. John Kane Kingston ON Canada -Original Message- From: newrnew...@hotmail.com Sent: Mon, 11 May 2015 20:16:40 + To: r-help@r-project.org Subject: [R] binding two lists of lists of dataframes together