[Rcpp-commits] r3088 - pkg/RcppEigen/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 15 21:13:46 CEST 2011
Author: dmbates
Date: 2011-06-15 21:13:45 +0200 (Wed, 15 Jun 2011)
New Revision: 3088
Modified:
pkg/RcppEigen/man/fastLm.Rd
Log:
Minor clarification.
Modified: pkg/RcppEigen/man/fastLm.Rd
===================================================================
--- pkg/RcppEigen/man/fastLm.Rd 2011-06-15 19:11:46 UTC (rev 3087)
+++ pkg/RcppEigen/man/fastLm.Rd 2011-06-15 19:13:45 UTC (rev 3088)
@@ -61,7 +61,7 @@
\item{rank}{a scalar denoting the computed rank of the model matrix}
\item{df.residual}{a scalar denoting the degrees of freedom in the model}
\item{stderr}{a vector of the (estimated) standard errors of the coefficient estimates}
- \item{s}{a scalar - the root mean square for residuals}
+ \item{s}{a numeric scalar - the root mean square for residuals}
\item{residuals}{the vector of residuals}
\item{fitted.values}{the vector of fitted value}
\item{Rinv}{the inverse of the upper-left r by r portion of matrix R
More information about the Rcpp-commits
mailing list