What I want to do is, take the example of id 1 of year 1961 (which is
missing), to fill the average value between .35 and .45 (that is
(.35+.45)/2) into the missinge observation of year 1961. Since I have a lot
of observations to fill in, using brute force by hands takes forever and
would be inaccurate. I think it's very straightfoward, which I don't know
since I'm a beginner.