|
5#
楼主 |
发表于 2004-3-26 10:54:01
|
只看该作者
one of the predictive imputation method:
suppose in dataset A, variable V1 has missing values, and there are some other variables as V2, V3, V4 ... are not missing, then u can build a regression model as
V1=a1+a2*V2+a3*V3+a4*V4+...
After that, use the estimated value for V1 instead of original V1, then there will be no missing values.
You should be careful when u use this method. Make sure it make sense to use V2, V3, V4 to estimate V1. |
|