BookmarkSubscribeRSS Feed
tmm
Fluorite | Level 6 tmm
Fluorite | Level 6

PROC FREQ DATA = ReAdm.CHI ORDER = DATA; BY COMPARISON;

WEIGHT COUNT;

TABLES SVRTY_LVL_CD*WHO*ADMISSION/OUT=READM.FINAL1 EXPECTED OUTEXPECT;

EXACT OR;

RUN;

The above code is not including anything that has a zero. Example data:

who     comparison            svrty                admission                       count

1111         1111                  1                      readmit                            1

1111         1111                  1                    noreadmit                          66

1111          ntl                     1                     readmit                            955

1111          ntl                    1                     noreadmit                       33812

1111         1111                 4                     readmit                               1

1111         1111                 4                     noreadmit                           0

1111         ntl                    4                      readmit                           39

1111        ntl                      4                    noreadmit                        219

I have a lot like this and need the above CHISQ to include in the expected output the ones with 0's too. when I run this it will only include those that have anything but a 0

1 REPLY 1
tmm
Fluorite | Level 6 tmm
Fluorite | Level 6

found my answer. have to put weight count/zeros;   to give it the zeros option

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 677 views
  • 0 likes
  • 1 in conversation