Hello all,
My master dataset and the dataset that I want to merge are in discrete time format (multiple records per RandomID [The RandomID is my unique identifier]). The error message that I get is:
"variable RandomID does not uniquely identify observations in the master data"
I've Googled a little, and there doesn't seem much on merging discrete datasets. I thought merge 1:1 would work, but obviously not. The other merging methods (one-to-many and many-to-one) are not suitable for what I want to do.
My master dataset and the dataset that I want to merge are in discrete time format (multiple records per RandomID [The RandomID is my unique identifier]). The error message that I get is:
"variable RandomID does not uniquely identify observations in the master data"
I've Googled a little, and there doesn't seem much on merging discrete datasets. I thought merge 1:1 would work, but obviously not. The other merging methods (one-to-many and many-to-one) are not suitable for what I want to do.
Comment