-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.82 KB
/
NAMESPACE
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method(balanced_bootstrap,data.frame)
S3method(balanced_bootstrap,grouped_df)
S3method(bootstrap,data.frame)
S3method(bootstrap,grouped_df)
S3method(c,resample)
S3method(crossv_df,data.frame)
S3method(crossv_df,grouped_df)
S3method(crossv_kfold,data.frame)
S3method(crossv_kfold,grouped_df)
S3method(crossv_lpo,data.frame)
S3method(crossv_lpo,grouped_df)
S3method(crossv_ts,data.frame)
S3method(crossv_ts,grouped_df)
S3method(crossv_tskfold,data.frame)
S3method(crossv_tskfold,grouped_df)
S3method(holdout_frac,data.frame)
S3method(holdout_frac,grouped_df)
S3method(holdout_n,data.frame)
S3method(holdout_n,grouped_df)
S3method(jackknife,data.frame)
S3method(jackknife,grouped_df)
S3method(permute,data.frame)
S3method(permute,grouped_df)
S3method(resample_df,data.frame)
S3method(resample_df,grouped_df)
S3method(roll,data.frame)
S3method(roll,grouped_df)
S3method(tsbootstrap,data.frame)
S3method(tsbootstrap,grouped_df)
export(balanced_bootstrap)
export(bootstrap)
export(crossv_df)
export(crossv_kfold)
export(crossv_loo)
export(crossv_lpo)
export(crossv_ts)
export(crossv_tskfold)
export(holdout_frac)
export(holdout_n)
export(is.resample)
export(jackknife)
export(permute)
export(resample_df)
export(resample_lst)
export(roll)
export(tsbootstrap)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(dplyr,group_by_)
importFrom(dplyr,group_size)
importFrom(dplyr,mutate_)
importFrom(dplyr,n_groups)
importFrom(dplyr,summarise_)
importFrom(modelr,resample)
importFrom(purrr,"%||%")
importFrom(purrr,flatten_int)
importFrom(purrr,map)
importFrom(purrr,map2_df)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap_df)
importFrom(purrr,transpose)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)