rangejoin age -2 +2 using `tempfile', by(id)
I want to find out the unmerged observations from tempfile that are outside the range. How do I find this? Additionally, I ensured that there are no missing values in age and id variables. So, having age_U missing means the unmerged observations from baseline right? For these observations, all other variables from using dataset is missing in the merged dataset.
I want to find out the unmerged observations from tempfile that are outside the range. How do I find this? Additionally, I ensured that there are no missing values in age and id variables. So, having age_U missing means the unmerged observations from baseline right? For these observations, all other variables from using dataset is missing in the merged dataset.
Comment