-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.33 KB
/
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
31
32
33
34
35
36
37
38
39
Type: Package
Package: RankedSetSampling
Title: Easing the Application of Ranked Set Sampling in Practice
Version: 0.1.0
Date: 2021-02-09
Authors@R: c(
person("Omer", "Ozturk", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0235-4772")),
person("Sam", "Rogers", , "[email protected]", role = c("cre", "aut")),
person("Olena", "Kravchuk", , "[email protected]", role = c("aut", "dtc"),
comment = c(ORCID = "0000-0001-5291-3600")),
person("Peter", "Kasprzak", , "[email protected]", role = "aut")
)
Description: The RankedSetSampling package provides a way for researchers
to easily implement Ranked Set Sampling in practice. Ranked Set
Sampling was originally described by McIntyre (1952) (reprinted in
2005) <doi:10.1198/000313005X54180>. This package takes work by Omer
and Kravchuk (2021) <https://doi.org/10.1007/s13253-021-00439-1> and
enables easy use of the methods.
License: MIT + file LICENSE
URL: https://biometryhub.github.io/RankedSetSampling/
BugReports: https://github.com/biometryhub/RankedSetSampling/issues
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
ggplot2,
SDaA,
FNN
Suggests:
covr,
testthat,
parallel
LinkingTo:
Rcpp
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1