I will also be doing a fixed effects regression which as I understand will eliminate the attrition problem since it is measuring within individuals.
rlink m:1 panelid, link(participation_years)
gave me the error: option frame() required. I changed it to the following:
frlink m:1 panelid, frame(participation_years)
which seemed to work and did the job you described.
Comment