[Lme4-commits] r1573 - pkg/lme4Eigen/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 8 00:30:24 CET 2012
Author: dmbates
Date: 2012-02-08 00:30:24 +0100 (Wed, 08 Feb 2012)
New Revision: 1573
Modified:
pkg/lme4Eigen/R/AllClass.R
Log:
Corrected dumb typo.
Modified: pkg/lme4Eigen/R/AllClass.R
===================================================================
--- pkg/lme4Eigen/R/AllClass.R 2012-02-07 23:18:50 UTC (rev 1572)
+++ pkg/lme4Eigen/R/AllClass.R 2012-02-07 23:30:24 UTC (rev 1573)
@@ -609,7 +609,7 @@
length(wt <- as.numeric(wt)) == nn,
all(wt >= 0),
length(dev <- as.numeric(dev)) == 1L)
- .Call(glmFamily_aic, ptr(), y, n, wt, mu, dev)
+ .Call(glmFamily_aic, ptr(), y, n, mu, wt, dev)
},
devResid = function(mu, weights, y) {
'applies the devResid function to mu, weights and y'
More information about the Lme4-commits
mailing list