Displaying 1 result from an estimated 1 matches for "var1c".
Did you mean:
var1
2012 Oct 26
4
Merge matrices with different column names
...I have been pursuing for some time but have set
aside. When finishing some analysis, I can have multiple matrices that
have specific column names. Ideally, I would like to combine these
separate matrices for a final output as a csv file.
A generic example:
Matrix 1
var1A var1B var1C
x x x
x x x
Matrix 2
var2A var2B var2C
x x x
x x x
I would like a final exportable matrix or dataframe or whichever format is
most workable...