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;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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