forked from shabbychef/BWStest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 954 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: BWStest
Type: Package
Maintainer: Steven E. Pav <shabbychef@gmail.com>
Authors@R: c(person(c("Steven", "E."), "Pav",
role=c("aut","cre"),
email="shabbychef@gmail.com",
comment = c(ORCID = "0000-0002-4197-6195")))
Version: 0.2.2.0001
Date: 2019-06-10
License: LGPL-3
Title: Baumgartner Weiss Schindler Test of Equal Distributions
BugReports: https://github.com/shabbychef/BWStest/issues
Description: Performs the 'Baumgartner-Weiss-Schindler' two-sample test of equal
probability distributions, <doi:10.2307/2533862>. Also performs
similar rank-based tests for equal probability distributions due to
Neuhauser <doi:10.1080/10485250108832874> and
Murakami <doi:10.1080/00949655.2010.551516>.
Imports:
memoise,
Rcpp (>= 0.12.3)
LinkingTo: Rcpp
Suggests:
testthat
RoxygenNote: 6.1.1
URL: https://github.com/shabbychef/BWStest
Collate:
'bws_test.r'
'BWStest.r'
'RcppExports.R'
'zzz_murakami_dist.r'