I have 2 datasets:
How do i merge so that it merges ONLY if both the age and the height match. As these 2 data sets are not the same size
HEIGHT | AGE | SCORE |
x | z | |
x | y |
HEIGHT | AGE | Controls |
x | z | x |
x | y | x |
Comment