Package: robusTest
Title: Calibrated Correlation, Two-Sample Tests
Version: 1.0.0
Authors@R: 
    person(given = "Olivier",
           family = "Bouaziz",
           role = c("aut", "cre"),
           email = "olivier.bouaziz@parisdescartes.fr")
Description: Implementation of corrected two-sample tests. A corrected version of the Pearson and Kendall correlation tests, 
 the Mann-Whitney (Wilcoxon) rank sum test, the Mann-Whitney (Wilcoxon) signed rank test and a variance test are implemented.
 The package also proposes a test for the median. All these corrected tests are asymptotically calibrated meaning that
 the probability of rejection under the null hypothesis is asymptotically equal to the level of the test. The package also proposes a test for 
 independence between two continuous variables of Kolmogorov-Smirnov's type. This test is exact.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
LinkingTo: Rcpp
Imports: Rcpp, stats
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-11-14 13:19:47 UTC; obouaziz
Author: Olivier Bouaziz [aut, cre]
Maintainer: Olivier Bouaziz <olivier.bouaziz@parisdescartes.fr>
Repository: CRAN
Date/Publication: 2022-11-16 06:30:02 UTC
