Algorithm 1 The iterative imputation based on multivariate regression model |
Input: ,
|
Output: The imputed data segment
|
1. Begin
|
-
2.
Calculate the variable missing proportion for each long-term missing variable, and sort these variables in ascending order by , get ;
|
3. Set ; |
4. For
to : |
|
|
-
7.
Input formed by incomplete variables from into , and get the predicted values for variable ;
|
8. Impute using ; |
9. Set ; |
10. Return ; |
11. End
|