summaryrefslogtreecommitdiff
path: root/man/rmad.Rd
diff options
context:
space:
mode:
authorLuca Coraggio <luca.coraggio@unina.it>2025-09-09 12:40:13 +0000
committercran-robot <csardi.gabor+cran@gmail.com>2025-09-09 12:40:13 +0000
commit28218d537e7f8a0864612abe99685e77cd854e77 (patch)
tree8e269d9e381c37c5bab3489c8e00aee555e527f4 /man/rmad.Rd
parentf435cb9974c43df3216c8a1437f8f9afa2356506 (diff)
version 2.0.5
Diffstat (limited to 'man/rmad.Rd')
-rwxr-xr-xman/rmad.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rmad.Rd b/man/rmad.Rd
index 2ecacb7..0cdfe4b 100755
--- a/man/rmad.Rd
+++ b/man/rmad.Rd
@@ -73,7 +73,7 @@
Since the software is optimized to work with high-dimensional data sets,
the output RMAD matrix is packed into a storage efficient format
- using the \code{"dspMatrix"} S4 class from the \code{\link{Matrix}}
+ using the \code{"dspMatrix"} S4 class from the \code{\link[Matrix]{Matrix}}
package. The latter is specifically designed for dense real symmetric
matrices. A sparse correlation matrix can be obtained applying
thresholding using the \code{\link{rsc_cv}} and \code{\link{rsc}}.
@@ -92,7 +92,7 @@
\value{
If \code{x} is a matrix or a data.frame, returns a correlation matrix of class \code{"dspMatrix"} (S4 class object)
- as defined in the \code{\link{Matrix}} package.
+ as defined in the \code{\link[Matrix]{Matrix}} package.
If \code{x} and \code{y} are numerical vectors, returns a numerical value, that is the RMAD correlation coefficient
between \code{x} and \code{y}.