BookmarkSubscribeRSS Feed
lsjung
Calcite | Level 5

Hello, so I am working with the Health and Retirement study dataset and I am trying to compare the proportion of males from the 2006 wave to the 2008 wave. These variables are gender06 and gender08 (male or female). I have not been able to figure out how to test whether or not the proportion of males are the same in both waves. I tried a chisq but since most observations have either gender06 or gender 08, this is not feasible as shown here: (I am also running into the same problem with race06 and race08, which has 3 different options)

proc freq data=ya;
	tables gender06 gender08 gender06*gender08 /chisq;
	tables race06 race08 race06*race08 /chisq;
run;

dsakldasjdlsada.png

1 REPLY 1
ballardw
Super User

I suggest that you go back into your processing and instead of naming variables by year to have an additional variable in the data to indicate year.

 

Then the chi-square with year*gender would make a lot more sense.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 554 views
  • 0 likes
  • 2 in conversation