BookmarkSubscribeRSS Feed
tolesa2003
Calcite | Level 5

Currently I'm analyzing complex survey design data. I have missing values for most of my variables due to recoding form non-responses such as 99, 999, 9999 etc. When I fit the multiple model using CLUSTER, STRATUM and PERWEIGHT options the model was severely affected due to missing values. How can I handle the missing and fit the model with the following?

 PROC SURVEYLOGISTIC DATA= <hjGG>

WEIGHT PERWEIGHT;
Cluster PSU;
Stratum Domain; 

Class <abcm>;

Model hhchc=<gahdj>;

RUN;

1 REPLY 1
ballardw
Super User

One option is to use MISSING on the Proc statement. Then "missing" becomes a category.

 

You don't say if the missing are occurring with your class variables, other variables or both or even how many variables are in your model. It might be that you have too many variables for your data.

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register 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
  • 1 reply
  • 679 views
  • 0 likes
  • 2 in conversation