BookmarkSubscribeRSS Feed
wertmanr
Calcite | Level 5

I'm in the process of evaluating some negative binomial models. And from my interpretation of the SAS documentation, the full-log likelihood is the proper LL to be looking at in the model. I'd like to be able to print the iteration log of the models full-log likelihood, but it seems that it only prints the "log-likelihood" as opposed to the full-log likelihood. Is this possible?

 

Thanks,


Bobby

2 REPLIES 2
Rick_SAS
SAS Super FREQ

Please let us know what procedure you are using and post your current code.

wertmanr
Calcite | Level 5

I am using PROC GENMOD. 

proc genmod data=hhts2014.MCCOG_BY14_TGDATA_WORKERS; 
	Model HBW_WT = HHSIZ HHWRK HHSEN ModInc_DMY /	itprint
							dist	=	negbin
							link	=	log;
											
	Title "HBW Negative Binomial Log Linear Model";
Run;

	Title;

hackathon24-white-horiz.png

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.

Latest Updates

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
  • 2 replies
  • 1855 views
  • 0 likes
  • 2 in conversation