Skip to content

Commit

Permalink
update INDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Aug 31, 2024
1 parent fbe3792 commit a5c8efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Hypothesis Testing
sampsizepwr
signrank
signtest
tiedrank
ttest
ttest2
vartest
Expand Down
2 changes: 2 additions & 0 deletions inst/tiedrank.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
## @deftypefnx {statistics} {[@var{r}, @var{tieadj}]} = tiedrank (@var{x}, @var{tieflag})
## @deftypefnx {statistics} {[@var{r}, @var{tieadj}]} = tiedrank (@var{x}, @var{tieflag}, @var{bidir})
##
## Compute rank adjusted for ties.
##
## @code{[@var{r}, @var{tieadj}] = tiedrank (@var{x})} computes the ranks of the
## values in vector @var{x}. If any values in @var{x} are tied, @code{tiedrank}
## computes their average rank. The return value @var{tieadj} is an adjustment
Expand Down

0 comments on commit a5c8efe

Please sign in to comment.