summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLuca Coraggio <luca.coraggio@unina.it>2022-06-20 16:10:02 +0000
committercran-robot <csardi.gabor+cran@gmail.com>2022-06-20 16:10:02 +0000
commit4690747837f7266059dbd56690b52fe51aa5bd2e (patch)
treed39c4ef640626e1382ee1fccfb1e3d5c8d1e14a2 /man
parent17556182f98e2dc51e236b01aec7eef054e7e2f9 (diff)
version 2.0.2
Diffstat (limited to 'man')
-rwxr-xr-xman/rmad.Rd11
1 files changed, 4 insertions, 7 deletions
diff --git a/man/rmad.Rd b/man/rmad.Rd
index 40ed6e0..2ecacb7 100755
--- a/man/rmad.Rd
+++ b/man/rmad.Rd
@@ -91,14 +91,11 @@
\value{
- \item{If \code{x} is a matrix or a data.frame}{
- Returns a correlation matrix of class \code{"dspMatrix"} (S4 class object)
+ 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.
- }
- \item{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}.
- }
+
+ 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}.
}