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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 898 views
  • 0 likes
  • 2 in conversation