- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Check this paper at page 10.
NOTE: Convergence criteria met but final hessian is not positive definite.
https://support.sas.com/resources/papers/proceedings12/332-2012.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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: