[Lme4-commits] r1589 - pkg/lme4Eigen/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 9 20:35:53 CET 2012


Author: dmbates
Date: 2012-02-09 20:35:53 +0100 (Thu, 09 Feb 2012)
New Revision: 1589

Modified:
   pkg/lme4Eigen/R/lmer.R
Log:
Because unscaledVar is not exported its roxygen documentation should not be 'live'.


Modified: pkg/lme4Eigen/R/lmer.R
===================================================================
--- pkg/lme4Eigen/R/lmer.R	2012-02-09 19:33:59 UTC (rev 1588)
+++ pkg/lme4Eigen/R/lmer.R	2012-02-09 19:35:53 UTC (rev 1589)
@@ -1730,12 +1730,12 @@
   print(formatVC(x, digits = digits, useScale = attr(x,"useSc"),  ...),quote=FALSE)
 }
 
-##' Compute standard errors of fixed effects from an merMod object
-##'
-##' @title Standard errors of fixed effects
-##' @param object "merMod" object,
-##' @param ... additional, optional arguments.  None are used at present.
-##' @return numeric vector of length length(fixef(.))
+## Compute standard errors of fixed effects from an merMod object
+##
+## @title Standard errors of fixed effects
+## @param object "merMod" object,
+## @param ... additional, optional arguments.  None are used at present.
+## @return numeric vector of length length(fixef(.))
 unscaledVar <- function(object, ...) {
     stopifnot(is(object, "merMod"))
     sigma(object) * diag(object at pp$unsc())



More information about the Lme4-commits mailing list