aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.rank.score.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/gensvm.rank.score.Rd')
-rw-r--r--man/gensvm.rank.score.Rd11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/gensvm.rank.score.Rd b/man/gensvm.rank.score.Rd
index a92d4be..627e60b 100644
--- a/man/gensvm.rank.score.Rd
+++ b/man/gensvm.rank.score.Rd
@@ -9,8 +9,11 @@ gensvm.rank.score(x)
\arguments{
\item{x}{array of numeric values}
}
-\details{
-This function computes the ranks for the values in an array. The highest
-value gets the smallest rank. Ties are broken by assigning the smallest
-value.
+\value{
+array with the ranks of the values in the input array.
+}
+\description{
+This function computes the ranks for the values in an array.
+The highest value gets the smallest rank. Ties are broken by assigning the
+smallest value. The smallest rank is 1.
}