[Lme4-commits] r1763 - pkg/lme4/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 5 18:20:32 CEST 2012
Author: bbolker
Date: 2012-06-05 18:20:31 +0200 (Tue, 05 Jun 2012)
New Revision: 1763
Modified:
pkg/lme4/tests/respiratory.R
Log:
oops: forgot library("lme4") in test file
Modified: pkg/lme4/tests/respiratory.R
===================================================================
--- pkg/lme4/tests/respiratory.R 2012-06-03 13:53:21 UTC (rev 1762)
+++ pkg/lme4/tests/respiratory.R 2012-06-05 16:20:31 UTC (rev 1763)
@@ -1,5 +1,6 @@
## Data originally from Davis 1991 Stat. Med., as packaged in geepack
## and transformed (center, id -> factor, idctr created, levels labeled)
+library(lme4)
load("respiratory.RData")
m_glmer_4.L <- glmer(outcome~center+treat+sex+age+baseline+(1|idctr),
More information about the Lme4-commits
mailing list