-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1004 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
33
34
Type: Package
Package: upstrap
Title: Upstrap: Oversampling or Undersampling Data
Version: 1.0.0
Authors@R:
c(
person(given = "Ciprian",
family = "Crainiceanu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "John",
family = "Muschelli",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Adina",
family = "Crainiceanu",
role = c("aut"),
email = "[email protected]")
)
Description: The upstrap resamples with replacement data with a sample size
smaller or larger than the original sample size. This method allows users to see
behavior of estimators in different sample sizes, commonly done for
sample size calculation.
License: GPL-3
Suggests:
covr,
knitr,
rmarkdown,
broom
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.0