[R-sig-ME] rgui crash with lme4_0.999375-0
Parsons, Van L. (CDC/CCHIS/NCHS)
vlp1 at CDC.GOV
Fri Jan 18 14:08:00 CET 2008
Hello,
I have experienced the Rgui for Windows crashing when using weights in
the lme4_0.999375-0 lmer function.
The lme4_0.99875-9 version works fine.
I use the lme4 provided sleepstudy data with weights = Days to
reproduce the problem.
> sessionInfo()
R version 2.6.1 (2007-11-26)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;
LC_CTYPE=English_United States.1252;
LC_MONETARY=English_United States.1252;LC_NUMERIC=C;
LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lme4_0.999375-0 Matrix_0.999375-4 lattice_0.17-4
loaded via a namespace (and not attached):
[1] grid_2.6.1
>
# lmer example with weights that crashes
junk <- lmer(Reaction ~ (1|Subject), sleepstudy, weights=Days)
### crash results below
#################################################################
R for Windows GUI front-end has encountered a problem and needs to
close.
We are sorry for the inconvenience.
Error signature
AppName: rgui.exe AppVer: 2.61.43537.0 ModName: lme4.dll
ModVer: 2.61.44000.0 Offset: 00006209
#
###################################################
Thanks,
Van
More information about the R-sig-mixed-models
mailing list