BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Can anyone tell me the appropriate statistical test in SAS for seeing if a change in percent or rate is significant?

I am looking at two different things:
1. mortality rates from 1 year to the next as well as over a ten year period to see if there was a statistically significant increase or decrease.

2. Percent of a county's births that are low birth weight from 1 year to the next and over a ten year period looking to see if change was significant.

Thanks
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12
In just comparing two years, you could do it with a simple chi-squared test (PROC FREQ).

In looking at a longer time period, you might best do that with a logistic regression model treating year as a predictor variable (that would look for a linear trend in the change). (The MEASURES option in PROC FREQ will do ordinal association, to look at a monotonic change.)

Doc Muhlbaier
Duke
deleted_user
Not applicable
Thanks. When looking at % low birth weight between two years I just compared the overall average: 2005 at 7.7% and 2006 at 7.9%. When I plug this into proc freq/chisq it thinks I only have two observations, which I can understand why sas thinks that based on my number of observations but in reality LBW is calculated from thousands of records. How can I overcome this without putting every observation in sas?

Thanks

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
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
  • 3 replies
  • 2343 views
  • 0 likes
  • 2 in conversation