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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
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
  • 879 views
  • 0 likes
  • 1 in conversation