[Rcpp-commits] r877 - pkg/RcppArmadillo/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 11 18:30:34 CET 2010
Author: edd
Date: 2010-03-11 18:30:33 +0100 (Thu, 11 Mar 2010)
New Revision: 877
Modified:
pkg/RcppArmadillo/man/fastLm.Rd
Log:
correct one link
Modified: pkg/RcppArmadillo/man/fastLm.Rd
===================================================================
--- pkg/RcppArmadillo/man/fastLm.Rd 2010-03-11 17:24:54 UTC (rev 876)
+++ pkg/RcppArmadillo/man/fastLm.Rd 2010-03-11 17:30:33 UTC (rev 877)
@@ -30,7 +30,7 @@
\item{stderr}{a vector of the (estimated) standard errors of the coefficient estimates}
In other words, no actual \sQuote{fastLm} object is provided unlike
- for \code{\link{lm()}} or \code{\link[MASS]{rlm}} but rather just a
+ for \code{\link{lm}} or \code{\link[MASS]{rlm}} but rather just a
simple list unlike \code{\link{lm.fit}}.
}
\seealso{\code{\link{lm}}, \code{\link{lm.fit}}}
More information about the Rcpp-commits
mailing list