diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 15:08:12 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 15:08:12 -0400 |
| commit | 459ce96fa8a0072d3533bc2dc1566cc1b797401b (patch) | |
| tree | 229a5d9b137f7fcf3b5112e4a189e972d6dafa26 /man/gensvm.rank.score.Rd | |
| parent | Ensure classes isn't a factor (diff) | |
| download | rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.tar.gz rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.zip | |
Documentation improvements
Diffstat (limited to 'man/gensvm.rank.score.Rd')
| -rw-r--r-- | man/gensvm.rank.score.Rd | 11 |
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. } |
