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.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 1 reply
  • 1721 views
  • 0 likes
  • 1 in conversation