Skip to content

Releases: klainfo/ScottKnottESD

v2.0.2

10 Jul 02:34
Compare
Choose a tag to compare

Unlike the earlier version of the Scott-Knott ESD test (v1.x) that post-processes the groups that are produced by the Scott-Knott test, the Scott-Knott ESD test (v2.x) pre-processes the groups by merging pairs of statistically distinct groups that have a negligible difference and ensures that (1) the magnitude of the difference for all of the treatments in each group is negligible; and (2) the magnitude of the difference of treatments between groups is negligible.

v1.2.2

07 May 13:36
Compare
Choose a tag to compare

Changelog

This is a minor update from v1.2.

  • Fix the DOI URL to meet CRAN policy
  • Release on CRAN

v1.2.1

06 May 15:18
Compare
Choose a tag to compare

Changelog

This is a minor update from v1.2.

  • Fix typo errors to meet CRAN policy
  • Update README

v1.2

06 May 01:38
Compare
Choose a tag to compare

Changelog

  • Remove the log transformation, as suggested by Dr. Steffen Herbold ([email protected])
  • Add a check.ANOVA.assumptions function as a general function that everyone can use it
  • Suppress warnings when running the melt function

v1.1

06 May 01:44
Compare
Choose a tag to compare

This is the first release of the ScottKnott ESD test. It is an enhancement of the Scott-Knott test (which clusters distributions into statistically distinct ranks) that takes effect size into consideration.

Changelog

  • Merge any two statistically distinct groups that have a negligible effect size into one group.
  • Correct the non-normal distribution of an input dataset using log transformation.