[Lme4-commits] r1455 - pkg/lme4Eigen/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 17 19:54:07 CET 2011
Author: dmbates
Date: 2011-11-17 19:54:07 +0100 (Thu, 17 Nov 2011)
New Revision: 1455
Modified:
pkg/lme4Eigen/R/AllClass.R
Log:
Correct and extend the allInfo method for the glmResp class.
Modified: pkg/lme4Eigen/R/AllClass.R
===================================================================
--- pkg/lme4Eigen/R/AllClass.R 2011-11-17 18:53:32 UTC (rev 1454)
+++ pkg/lme4Eigen/R/AllClass.R 2011-11-17 18:54:07 UTC (rev 1455)
@@ -290,10 +290,10 @@
allInfo = function() {
'return all the information available on the object'
data.frame(y=y, n=n, offset=offset, weights=weights,
- eta=eta(), mu=mu(), muEta=muEta(), variance=variance(),
+ eta=eta(), mu=fitted(), muEta=muEta(), variance=variance(),
sqrtrwt=sqrtrwt(), wtres=wtres(), sqrtXwt=sqrtXwt(),
sqrtWrkWt=sqrtWrkWt(), wrkResids=wrkResids(),
- wrkResp=wrkResp())
+ wrkResp=wrkResp(), devRes=devResid())
},
devResid = function() {
'returns the vector of deviance residuals'
More information about the Lme4-commits
mailing list