[Lme4-commits] r1717 - pkg/lme4
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 4 17:42:37 CEST 2012
Author: bbolker
Date: 2012-05-04 17:42:36 +0200 (Fri, 04 May 2012)
New Revision: 1717
Modified:
pkg/lme4/NAMESPACE
Log:
export as.data.frame.thpr and formula.merMod
Modified: pkg/lme4/NAMESPACE
===================================================================
--- pkg/lme4/NAMESPACE 2012-05-03 13:57:22 UTC (rev 1716)
+++ pkg/lme4/NAMESPACE 2012-05-04 15:42:36 UTC (rev 1717)
@@ -94,6 +94,7 @@
importMethodsFrom(Matrix,t)
importMethodsFrom(Matrix,tcrossprod)
S3method(anova,merMod)
+S3method(as.data.frame,thpr)
S3method(as.function,merMod)
S3method(coef,lmList)
S3method(coef,merMod)
@@ -111,6 +112,7 @@
S3method(fitted,merMod)
S3method(fixef,merMod)
S3method(formula,lmList)
+S3method(formula,merMod)
S3method(isGLMM,merMod)
S3method(isLMM,merMod)
S3method(isNLMM,merMod)
More information about the Lme4-commits
mailing list