Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ed_sas_member
Meteorite | Level 14

Dear community,

 

In the SAS Statistical Business Analysis Using SAS 9 certification guide, the chapter presenting the Chi-Square Tests mentions the opportunity to use the variable worth to order predictor variables by importance:

 

Capture d’écran 2020-05-15 à 18.26.55.png

However, I can't find this calculation in the PROC FREQ output when I use the CHISQ option in the TABLES statement. I have tried to find out if there is another specific option but I haven't found it.

 

For example, the output for their example is:

proc freq data=cert.ames300;
	tables bonus*High_Kitchen_Quality / chisq;
run;

image.png

Do you know if SAS can automatically compute this value? Or do we need to go through a data step by computing something like -2*log10(p_pchi)?

 

Thank you very much for your help.

 

Best,

 

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

If you go to https://support.sas.com/en/search.html?q=variable%20worth&fq=releasesystem%3A9.4 and search for variable worth, the only real links you find are for Enterprise Miner.

--
Paige Miller

View solution in original post

4 REPLIES 4
PaigeMiller
Diamond | Level 26

If you go to https://support.sas.com/en/search.html?q=variable%20worth&fq=releasesystem%3A9.4 and search for variable worth, the only real links you find are for Enterprise Miner.

--
Paige Miller
StatDave
SAS Super FREQ

Note that a plot of -log(p) is provided by PROC MULTTEST when the PLOTS=MANHATTAN option is specified. See the Getting Started example and try it with that option.

ed_sas_member
Meteorite | Level 14

Thank you @StatDave !

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 4 replies
  • 1994 views
  • 2 likes
  • 3 in conversation