...
|
...
|
@@ -55,8 +55,8 @@ mat <- matrix(rnorm(15), nrow = 5, ncol = 3)
|
55
|
55
|
}
|
56
|
56
|
\seealso{
|
57
|
57
|
\itemize{
|
58
|
|
-\item \code{matrixStats::\link[matrixStats]{rowVarDiffs}()} and
|
59
|
|
-\code{matrixStats::\link[matrixStats:rowVarDiffs]{colVarDiffs}()} which
|
|
58
|
+\item \code{matrixStats::\link[matrixStats:varDiff]{rowVarDiffs}()} and
|
|
59
|
+\code{matrixStats::\link[matrixStats:varDiff]{colVarDiffs}()} which
|
60
|
60
|
are used when the input is a \code{matrix} or \code{numeric} vector.
|
61
|
61
|
\item for the direct variance see \code{\link[MatrixGenerics:rowVars]{rowVars()}}.
|
62
|
62
|
}
|