[R-sig-ME] glmer problems
Dennis Murphy
djmuser at gmail.com
Thu Jun 2 15:07:46 CEST 2011
Hi:
If the regions are intrinsically nested within country, then the
second specification of your model is preferred. 'Intrinsic nesting'
in this case means that the region names only occur in combination
with exactly one country. If that is the case in your data, the second
model specification should work.
HTH,
Dennis
On Thu, Jun 2, 2011 at 1:57 AM, Iasonas Lamprianou <lamprianou at yahoo.com> wrote:
> Dear all. I am running this model but I get an error.
>
>> gmm1a <- glmer(workstatus ~ 1+(1|cntry) + (1|cntry:region),family=binomial,
>>data=retirement2)
> Warning in region:cntry :
> numerical expression has 7011 elements: only the first used
> Warning in region:cntry :
> numerical expression has 7011 elements: only the first used
> Warning in inherits(x, "factor") : NAs introduced by coercion
> Error in region:cntry : NA/NaN argument
>
>
>
>
> if I run a slightly different model, then it works
>
>> gmm1a <- glmer(workstatus ~ 1+(1|cntry) + (1|region),family=binomial,
>>data=retirement2)
>
>
> If I run the command below, it seems that there are no missing data either in
> the cntry or in the region variables. Can anyone offer any hints please?
>
> sum(table(retirement2$region, retirement2$cntry))
>
>
>
> Dr. Iasonas Lamprianou
> Department of Social and Political Sciences
> University of Cyprus
>
>
>
>
> ________________________________
More information about the R-sig-mixed-models
mailing list