[Lme4-commits] r1856 - in pkg/mlmRev: . tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 21 21:40:51 CEST 2013
Author: walker
Date: 2013-09-21 21:40:51 +0200 (Sat, 21 Sep 2013)
New Revision: 1856
Added:
pkg/mlmRev/vignettes/
Modified:
pkg/mlmRev/DESCRIPTION
pkg/mlmRev/tests/guImmun.R
Log:
bump version number, change maintainer, add vignettes directory
Modified: pkg/mlmRev/DESCRIPTION
===================================================================
--- pkg/mlmRev/DESCRIPTION 2013-09-16 14:06:48 UTC (rev 1855)
+++ pkg/mlmRev/DESCRIPTION 2013-09-21 19:40:51 UTC (rev 1856)
@@ -1,11 +1,11 @@
Package: mlmRev
-Version: 1.0-3
-Date: $Date$
+Version: 1.0-4
+Date: $Date: Sat 21 Sep 2013 15:32:35 EDT$
Title: Examples from Multilevel Modelling Software Review
Author: Douglas Bates <bates at stat.wisc.edu>,
Martin Maechler <maechler at R-project.org> and
Ben Bolker <bolker at mcmaster.ca>
-Maintainer: <lme4-authors at R-forge.wu-wien.ac.at>
+Maintainer: <steve.walker at utoronto.ca>
Description: Data and examples from a multilevel modelling software review
as well as other well-known data sets from the multilevel modelling
literature.
Modified: pkg/mlmRev/tests/guImmun.R
===================================================================
--- pkg/mlmRev/tests/guImmun.R 2013-09-16 14:06:48 UTC (rev 1855)
+++ pkg/mlmRev/tests/guImmun.R 2013-09-21 19:40:51 UTC (rev 1856)
@@ -1,6 +1,6 @@
+if(FALSE){
library(mlmRev)
options(digits=6, useFancyQuotes = FALSE)# signif.stars for once..
-
fm <- glmer(immun ~ kid2p + mom25p + ord + ethn + momEd +
husEd + momWork + rural + pcInd81 + (1|mom) + (1|comm),
data = guImmun, family = binomial)
@@ -38,3 +38,4 @@
cat('Time elapsed: ', proc.time(),'\n') # "stats"
+}
More information about the Lme4-commits
mailing list