I am trying to impute values for a single variable in a 3year panel, though the variable I am trying to impute is time-invariant. I am thus trying to impute values at the group level, where the group is the id units of the panel (media_outlet). After running the following code:
Code:
mi set wide mi register imputed subscribers mi impute regress subscribers, by(media_outlet) add(5) rseed(12345)
Thank you.
0 Response to Insufficient observations for imputation
Post a Comment