Hello everyone,
I am only a beginner in Stata and I am currently trying to link individuals. For each individual, I observe his identifier (variable identifier), his age (variable age) and the identifier of his father (variable father identifier). I would like to add a fourth column, which would be the age of the father (the father also belongs to the database).
An example would be:
Identifier Age Father identifier Father age
Son1 18 Father1
Father 1 50 Grandfather1
I would like to make "50" appear in the column "father age" for "son1".
Does anyone have an idea of how to do it?
Thanks a lot in advance,
Quentin
I am only a beginner in Stata and I am currently trying to link individuals. For each individual, I observe his identifier (variable identifier), his age (variable age) and the identifier of his father (variable father identifier). I would like to add a fourth column, which would be the age of the father (the father also belongs to the database).
An example would be:
Identifier Age Father identifier Father age
Son1 18 Father1
Father 1 50 Grandfather1
I would like to make "50" appear in the column "father age" for "son1".
Does anyone have an idea of how to do it?
Thanks a lot in advance,
Quentin

Comment