[Lme4-commits] r1764 - pkg/lme4/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 5 22:39:11 CEST 2012
Author: dmbates
Date: 2012-06-05 22:39:11 +0200 (Tue, 05 Jun 2012)
New Revision: 1764
Modified:
pkg/lme4/R/lmer.R
Log:
Remove repetition of the family and link in print'd output
Modified: pkg/lme4/R/lmer.R
===================================================================
--- pkg/lme4/R/lmer.R 2012-06-05 16:20:31 UTC (rev 1763)
+++ pkg/lme4/R/lmer.R 2012-06-05 20:39:11 UTC (rev 1764)
@@ -1421,11 +1421,11 @@
}
if (!is.null(cc <- so$call$formula))
cat("Formula:", deparse(cc),"\n")
- if (!is.null(so$family)) {
- cat("Family: ",so$family,
- " (link=",so$link,")\n",
- sep="")
- }
+ ## if (!is.null(so$family)) {
+ ## cat("Family: ",so$family,
+ ## " (link=",so$link,")\n",
+ ## sep="")
+ ## }
if (!is.null(cc <- so$call$data))
cat(" Data:", deparse(cc), "\n")
if (!is.null(cc <- so$call$subset))
More information about the Lme4-commits
mailing list