I am relatively new with R. I looked for a reply on the forum, unsuccessfully I need to align values coming from 2 different columns. For example, I have:
Educ wage
a e
a j
e a
j a
and I need:
Educ Wage
a a
a a
j j
e e
Knowing that I have to do this on a large dataset and that I have a different number of values in column "Educ" and in Column "Wage".
I want to thanks the Stackoverflow community and again I am very sorry if my question has already been asked.