BookmarkSubscribeRSS Feed
Question
Fluorite | Level 6

Hi,

 

I have run imputation on a variable "amt" using proc surveyimpute like this below and I would like to know to measure the accuracy of the technique? Is there any metrics to measure the quality of the imputed data (error measure etc..).

proc surveyimpute data=source method=hotdeck(selection=ABB);
var amt;
class Sex Marital Status Age Region Number_Children 
id unitID;
cells Sex Marital Status Age Region Number_Children ;
output out=source_abb donorid;
run;

Thank you

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 548 views
  • 0 likes
  • 1 in conversation