[Lme4-commits] r1525 - branches/roxygen/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 26 22:55:34 CET 2012


Author: dmbates
Date: 2012-01-26 22:55:34 +0100 (Thu, 26 Jan 2012)
New Revision: 1525

Modified:
   branches/roxygen/tests/throw.R
Log:
Print the result of the model fit, which should succeed now.


Modified: branches/roxygen/tests/throw.R
===================================================================
--- branches/roxygen/tests/throw.R	2012-01-26 21:54:48 UTC (rev 1524)
+++ branches/roxygen/tests/throw.R	2012-01-26 21:55:34 UTC (rev 1525)
@@ -10,4 +10,4 @@
 d$mu <- 1/d$eta
 d$y <- rgamma(nrow(d),scale=d$mu/2,shape=2)
 
-try(gm1 <- glmer(y ~ 1 + (1|block), d, Gamma, verbose=TRUE)) # should throw an error but not segfault
+try({gm1 <- glmer(y ~ 1|block, d, Gamma, nAGQ=25L); print(gm1)})



More information about the Lme4-commits mailing list