BookmarkSubscribeRSS Feed
Ruth
Fluorite | Level 6

Hi,

I plan to perform a logistic regression using PROC GENMOD, and test the interaction between age and sex.  Age is represented by the numeric variable 'agegroup' in the dataset.

For the interaction term, agegroup*sex, sex is a character variable, but agegroup is numeric.  My question is whether I should explicitly covert agegroup from numeric to character. Or PROC GENMOD automatically treats the numeric value as character, when the other variable is already character.

Thanks in advance.

1 REPLY 1
Ruth
Fluorite | Level 6

I've found the answer. Just put the numeric variables in the CLASS statement. This makes them as classification variables.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2084 views
  • 0 likes
  • 1 in conversation