Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
Bernardita
Fluorite | Level 6

Hello,

 

I have been analysing a survey with Proc Surveyfreq.
I am intrested in obtaing the ChiSq. But when there is miisng responses the ChiSq is not calculated.
Any ideas how i can manage this in the code.
For example i am using hte code:

 

proc surveyfreq data=VOC.A07_test_Q31 ;
tables age*Q29 /cl nowt CHISQ;
strata Group_ACE;
weight Weight_ACE;
run;

I would like something genral as i need to analyse lots of questions.

 

thnak you

 

Bernarda

 

1 REPLY 1
ballardw
Super User

 

You could use the MISSING option on the Proc Surveyselect statement to treat missing values as a level for the variable.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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