I have a dataset as such:
For each uid, there are missing data for variables colour, type and age. How can I autofill the missing data under the same uid? The reason of replicating is because there's another variable which is different for each uid, but the three variables presented are the same for each uid.
Code:
uid colour type age 1 white small 1 10 2 black 8 2 big
Comment