Could someone tell me how to access the log likelihood of a poisson model? I've done the following....
<BEGIN R STUFF> freq.mod <- glm(formula = nfix ~ gls.gls + pol.gls + pol.rel + rac.gls + rac.pol + rac.rac + rac.rel + white + gls.gls.w + pol.gls.w + pol.rel.w + rac.gls.w + rac.pol.w + rac.rac.w + rac.rac.w + rac.rel.w, family = poisson, data = Complex2.freq, offset = lnoffset) summary(freq.mod) anova(freq.mod) <END R STUFF> And that's great; but I need the log likelihood. Anyone know? Thanks in advance? -- <Eric Cheney> [EMAIL PROTECTED] http://sociostat.org/eric/ ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
