-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.56 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
40
41
42
43
Package: resamplr
Type: Package
Title: Resampling methods
Version: 0.0.1
Authors@R: c(person("Jeffrey", "Arnold", role = c("aut", "cre"),
email = "jeffrey.arnold@gmail.com"),
person("Hadley", "Wickham", role = "ctb",
comment = "Some code extracted from the modelr package"),
person("Angelo", "Canty", role = "ctb",
comment = "Some code extracted from the boot package"),
person("Brian", "Ripley", role = "ctb",
comment = "Some code extracted from the boot package"),
person("Achim", "Zeileis", role = "ctb",
comment = "Some code extracted from rollapply in the zoo package"))
Description: Additional resampling methods for the 'resampler' class in the 'modelr' package.
Resampling and similar methods implemented include: bootstrap methods (simple bootstrap,
weighted bootstrap, balanced bootstrap, moving-blocks bootstrap),
test-training splits, cross-validation (leave-one-out, leave-p-out,
k-fold, time-series k-fold, time series rolling windows),
jackknife (delete-one and delete-p), permutations, and rolling windows.
These are implemented as generic functions which include a grouped data method
that implements group-wise or stratified versions of all the above.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Imports:
assertthat,
combinat,
dplyr,
modelr,
purrr,
stringr,
tibble
Suggests:
boot,
broom,
knitr,
MASS,
rmarkdown,
testthat,
tidyverse
VignetteBuilder: knitr