0

I ran a CFA analysis in R that produced a new column for every person in my data set, but it did not bring any of my original data over, including IDs. So I have two tables with the same number of observations, with no common columns. But the data lines up (row 1 in table 1 is the same person as row 1 in table 2.)

How can I join these tables without an Id? If I can create a column that has the row number, I could create that in both tables then join on that. But I don’t know how to do that. Thanks in advance!

0 Answers0