-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 995 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
31
32
Package: kbaabb
Type: Package
Title: Generates an Artificial Population Based on the KBAABB Methodology
Version: 0.0.0.9000
Authors@R:
c(person(given = "Grayson W.",
family = "White",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4993-2792")),
person(given = "Jerzy A.",
family = "Wieczorek",
role = "aut"),
person(given = "Tracey S.",
family = "Frescino",
role = "aut"),
person(given = "Kelly S.",
family = "McConville",
role = "aut"))
Description: The `kbaabb` package provides tools for generating an artificial
population based on a kNN-based approximation to the approximate Bayesian
bootstrap (KBAABB). This methodology is described in Wieczorek et al. (2024+).
License: CC0
Encoding: UTF-8
Imports:
dplyr,
FNN,
magrittr
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true