Skip to content
Prev 6199 / 20628 Next

2 level logit, 2 REs, large sample - log likelihood returns "NaN"

To clarify, the models were fit using the glmer cmd of the lme4
package. Specifically, the model with scripted as:

 proto <- glmer(hibpe ~ age + b + b_age + h + h_age + female +
female_age + bxf + hxf + numwaves + dead + nodoctor + nohosp
	+ (age| hhidpn),  nAGQ =150, family=binomial, data=hrs_data,
na.action =na.omit, verbose=TRUE)


Best,
Daniel
On Fri, Jun 10, 2011 at 4:08 AM, Daniel Adkins <deadkins at vcu.edu> wrote: