Changes in version 1.0.3 (2025-08-20) Changes o Switched to Authors@R in DESCRIPTION Changes in version 1.0.2 Changes o added package anchors to links in Rd files o fixed Rd files for missing braces Changes in version 1.0.1 (2023-08-24) Changes o Fixed asht-package.Rd file. Changes in version 1.0.0 (2023-02-08) Changes o Added WprevSeSp function. Changes in version 0.9.8 (2022-09-16) Changes o Fixed bug in simulateSS function (see comment inside estNpower function within simulateSS). Changes in version 0.9.7 (2022-01-25) Changes o Added simulateSS function. Changes in version 0.9.6 (2020-07-03) Changes o Added unconditional difference option for the statistic for the sign test. This calls ncnemarExactDP, that is why the package now requires exact2x2 (>=1.6.4). Changes in version 0.9.5.1 Changes o added utol argument to meldCD. o Changed wmwTest so that it gives a warning if the uniroot function may fail for method='exact.mc'. See Note section on the man page. Changes in version 0.9.4 (2018-09-14) Changes o Added meldtTest and meldCD functions to do two-sample tests by melding. o Added tukeyWelsch function to do multiplicity adjusted pairwise tests from k-samples o Added anovaOneWay, to output an ICC or other estimate, also allow var.eqaul=FALSE using the Brown-Forsythe method. o Added ama1c1cpg data set. o Fixed wmwTest when exact and there are tied values and value is most extreme. For example, wmwTest(c(1,3),c(3,4)) previously had given an error for calculating the confidence interval. o use match.arg with method in wmwTest, so that method='asy' will work for method='asymptotic' o updated wmwTest reference o added output to bfTest so it outputs the R statistic. Changes in version 0.9.3 (2017-10-14) Changes o Added wmwTest to calculate the Wilcoxon-Mann-Whitney test with confidence intervals for the Mann-Whitney parameter that are unified with the test. Changes in version 0.9.2 Changes o Added the abcnonHtest function to give nonparametric ABC (approximate bootstrap confidence) intervals with p-values and estimates. Changes in version 0.9.1 (2017-05-01) Changes o Fixed error in one-sided tests for wspoissonTest when midp=TRUE. Thanks to Michael Nelson for pointing out this error. Also fixed data description for wspoissonTest. Changes in version 0.9 (2017-04-03) Changes o Created bfTest function to perform the Behrens-Fisher test using the Behrens-Fisher solution with p-values and CIs. Changes in version 0.8 (2017-02-07) Changes o Made changes to the estimate and confidence interval for wsrTest. The default estimate previously used the estimator of the pseudo-median from the difference using the estimator from wilcox.test. The new estimator is based on the shift value where the one-sided p-values are equal. This ensures that the estimate will be within the confidence interval and will not change as the null hypothesis changes. o Updated citation for Fay and Kim (2017). Changes in version 0.7 Changes o Corrected error in wsrTest. The p-value was incorrectly calculated when mu was not 0, now it is correct. Also added the tieDigits option. o Updated citation for Fay and Kim (2017). Changes in version 0.6 (2016-05-11) Changes o Modified wspoissonTest to be calculated using uniroot by default, instead of by Monte Carlo simulation. Changes in version 0.5 (2015-07-11) Tests o signTest gives exact sign test with confidence intervals o cvTest gives coefficient of variance tests based on normality or lognormal assumptions o quantileTest and medianTest give exact tests on a quantile (including median). No assumptions on the distribution are needed (ordered factors are allowed). o var1Test gives one-sample test of normal variance. o wsrTest gives exact Wilcoxon signed rank test, gives exact matching confidence intervals. o wspoissonTest gives confidence intervals for weighted sums of Poisson, useful for directly standardized rates.