NEWS | R Documentation |
The examples in kruskalTest
, adKSampleTest
and bwsKSampleTest
were
changed for compatibility with
the upcoming ‘stringsAsFactors = FALSE’ default in R (4.0.0).
The names for the ‘method’ were corrected for adAllPairsTest
and bwsAllPairsTest
.
The example in adKSampleTest
was corrected.
The S3 method for class ‘formula’ was added
for frdAllPairsNemenyiTest
.
The novel internal function frdRanks
was added
for consistent Friedman-type ranking.
Results of all frd[.]Test
and quadeAllPairsTest
depended on the sequential
order of groups and blocks. This has been fixed.
Thanks to Jakob Richter, email 2019-10-15.
The function frdManyOneExactTest
was
corrected towards ‘alternative == "two.sided"’ only.
The function hartleyTest
for performing
Hartley's Maximum F-Ratio Test of Homogeneity of Variances
was added.
The demo trout.R was updated.
The function siegelTukeyTest
for
performing the Siegel-Tukey rank dispersion test
was added.
The function GSTTest
for
performing the Generalized Siegel-Tukey Test
for rank dispersion was added.
The names of columns and rows of the lower
triangle matrix in any of the functions
frdAllPairs*
, frdManyOne*
and
quadeAllPairsTest
were occasionally wrong.
The bug only appeared, if y, group, block
were provided as vectors and the group vector was
sorted. This bug has been fixed.
Example of Rd file of kruskalTest
was modified to show equality of Conover's F and
one-way ANOVA F-Test with ranks.
The function snkTest
for performing
the Student-Newman-Keuls test was added.
The funtion duncanTest
for performing
the Duncan's (new) multiple range test was added.
The funtion welchManyOneTTest
for performing
many-to-one comparisons with Welch's t-test was added.
Likewise, welchManyOneTTest
was added as test
in function powerMCtests
The funtion steelTest
including
print and summary S3-methods for applying
Steel's Many-to-One Rank Test was added.
The function tamhaneT2Test
was extended
for performing Tamhane's extended T2' test as well. Thanks to
Sirio BolaƱos.
Several Rd files were corrected (e.g. links to other man files, corrected calls to functions in examples section)
The function tamhaneT2Test
was corrected in order
to compute the two-tailed p-value with Sidaks p-adjustment using
m = k(k-1)/2.
The function shirleyWilliamsTest
was extended
for alternatives less and greater using a look-up table
for critical Williams-t values including
print and summary methods.
Links in Rd file of bwsManyOneTest were corrected.
The function williamsTest
including print and summary methods were added.
Misspelled author name Terpstra was
corrected in function jonckheereTest
and corresponding Rd file.
Reference in the title of Rd files
for functions mandelhTest
and mandelkTest
were corrected.