Skip to content
Prev 350871 / 398502 Next

binding two lists of lists of dataframes together

Hi David,
 
Would it be possible to modify it a little so that I can keep V1, V2, and V3 intact?
 
I also don't quite know where to put list2 in the solution you provided below? list2 can be an exact copy of list1 for this example.
 
list1 has (48 observations of 3 variables(V1, V2,V3)) each observation has 10 values in a vector 
list2 has (48 observations of 3 variables (V1, V2,V3)) each observation has 10 values in a vector 
 
Output should ideally have (48 observations of 3 variables (V1, V2,V3)) each observation has 20 values in a vector
 list1 V1 stacks with list2 V1, 
 list1 V2 stacks with list2 V2, 
 list1 V3 stacks with list2 V3
 
Boundlist seems to break out the values of each variable(V1,V2,V3) into 10 columns with 1 value in each column.  Is it possible to put the values in the 10 columns(20 values in ideal output) into a vector for each of the 48 observation in each 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