Hi
I am looking for a SAS code to fit the logistic regression model for two variables y as the independent variable and x1 and x2, I also need to find the deviance of this model and how can I write the code for expanding the linear predictor to include an interaction term.
Thanks in advance
Thanks. In my code the deviance appears for each observation, What if I need the deviance for the whole model?
proc logistic data=sashelp.class;
model sex=age weight height;
run;
Check Hypothesis for H0: BETA=0
You mean TWO dependent variables Y ? Check PROC PLS .
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.