I am using the Tasks Option on SAS Studio On Demand and choosing Linear Models → Generalized Linear Models and running the model with Distribution: Zero Inflated Negative Binomial. The problem is that the Wald Chi-Square and the Pr > ChiSq results are blank. I expect these rows to have values. Some variables ran successfully on their own but fail when combined with others. Additionally, models that previously ran without issues are now failing generating the same error. The error message is: ERROR: Error in estimation routine (See the Log and Screenshot of results attached). All help would be greatly appreciated. Thanks!
The Log is:
ods noproctitle;
ods graphics / imagemap=on;
proc genmod data=VEGCH2.'BPSD50PLOTS_RA&BA_SHORT'n plots=(predicted
resraw(index) );
model BPSdCnt=EricShrRA CO / dist=zinb;
zeromodel EricShrRA CO;
run;
I am using the Tasks Option on SAS Studio On Demand and choosing Linear Models → Generalized Linear Models and running the model with Distribution: Zero Inflated Negative Binomial. The problem is that the Wald Chi-Square and the Pr > ChiSq results are blank. I expect these rows to have values. Some variables ran successfully on their own but fail when combined with others. Additionally, models that previously ran without issues are now failing generating the same error. The error message is: ERROR: Error in estimation routine (See the Log and Screenshot of results attached). All help would be greatly appreciated. Thanks!
The Log is:
ods noproctitle;
ods graphics / imagemap=on;
proc genmod data=VEGCH2.'BPSD50PLOTS_RA&BA_SHORT'n plots=(predicted
resraw(index) );
model BPSdCnt=EricShrRA CO / dist=zinb;
zeromodel EricShrRA CO;
run;
Please do not double-post.
Have you checked this:
WARNING: The specified model did not converge.
This may cause such procedures to run into infinite loops.
I am using the Tasks Option on SAS Studio On Demand and choosing Linear Models → Generalized Linear Models and running the model with Distribution: Zero Inflated Negative Binomial. The problem is that the Wald Chi-Square and the Pr > ChiSq results are blank. I expect these rows to have values. Some variables ran successfully on their own but fail when combined with others. Additionally, models that previously ran without issues are now failing generating the same error. The error message is: ERROR: Error in estimation routine (See the Log and Screenshot of results attached). All help would be greatly appreciated. Thanks!
ods noproctitle;
ods graphics / imagemap=on;
proc genmod data=VEGCH2.'BPSD50PLOTS_RA&BA_SHORT'n plots=(predicted
resraw(index) );
model BPSdCnt=EricShrRA CO / dist=zinb;
zeromodel EricShrRA CO;
run;
The Log is:
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.