I need to plot a graph of the fitted Poisson regression model versus the x variable (month in my code). Also plot the observed number of Y (nf in my code) on this graph. What the code that I could write for that as I already wrote this code
First check the PLOTS option of PROC GENMOD to see if it has a default graph that you want. If it doesn't then you have to capture the output needed to create the graph - see the OUTPUT statement to get the output needed.
First check the PLOTS option of PROC GENMOD to see if it has a default graph that you want. If it doesn't then you have to capture the output needed to create the graph - see the OUTPUT statement to get the output needed.
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.