[R] lmer - error asMethod(object) : matrix is not symmetric
Luisa Carvalheiro
lgcarvalheiro at gmail.com
Tue Feb 16 11:39:22 CET 2010
Dear R users,
I am having problems using package lme4.
I am trying to analyse the effect of a continuous variable (Dist_NV)
on a count data response variable (SR_SUN) using Poisson error
distribution. However, when I run the model:
summary(lmer((SR_SUN)~Dist_NV + (1|factor(Farm_code)) ,
family=poisson, REML=FALSE))
1 error message and 1 warning message show up:
in asMethod(object) : matrix is not symmetric [1,2]
In addition: Warning message:
In mer_finalize(ans) : singular convergence (7)
A model including Dist_NV together with other variables runs with no problems.
What am I doing wrong?
Thank you,
Luisa
--
Luisa Carvalheiro, PhD
Southern African Biodiversity Institute, Kirstenbosch Research Center, Claremont
& University of Pretoria
Postal address - SAWC Pbag X3015 Hoedspruit 1380, South Africa
telephone - +27 (0) 790250944
Carvalheiro at sanbi.org
lgcarvalheiro at gmail.com
More information about the R-help
mailing list