Dear all
I have several variables (wide format) and would like to fill in missing values going forward based on the last observed zero. Here is what my data looks like. So, for observation 4, I would like to fill in the last two columns with zero. I would appreciate any advice. Many thanks!
I have several variables (wide format) and would like to fill in missing values going forward based on the last observed zero. Here is what my data looks like. So, for observation 4, I would like to fill in the last two columns with zero. I would appreciate any advice. Many thanks!
HTML Code:
+--------------------------------------------------------------------------------------+ | T1_0_25 T2_30_55 T3_60_85 T4_9~110 T5_1~140 T6_1~175 T7_1~205 T9_2~265 | |--------------------------------------------------------------------------------------| 1. | . . . . . . . . | 2. | . . . . . . . . | 3. | . . . . . . . . | 4. | 6 6.75 . 3.25 . 0 . . | 5. | 6.625 . 2.625 . 0 . . . |