-
Notifications
You must be signed in to change notification settings - Fork 65
/
NAMESPACE
61 lines (60 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,permutation)
S3method(as.data.frame,resample)
S3method(as.integer,permutation)
S3method(as.integer,resample)
S3method(dim,permutation)
S3method(dim,resample)
S3method(obj_sum,resample)
S3method(predictor_vars,default)
S3method(print,permutation)
S3method(print,resample)
S3method(response_var,default)
S3method(typical,character)
S3method(typical,factor)
S3method(typical,integer)
S3method(typical,logical)
S3method(typical,numeric)
S3method(typical,ordered)
export("%>%")
export(add_predictions)
export(add_predictors)
export(add_residuals)
export(bootstrap)
export(crossv_kfold)
export(crossv_loo)
export(crossv_mc)
export(data_grid)
export(fit_with)
export(formulae)
export(formulas)
export(gather_predictions)
export(gather_residuals)
export(geom_ref_line)
export(mae)
export(mape)
export(model_matrix)
export(mse)
export(na.warn)
export(permute)
export(permute_)
export(qae)
export(resample)
export(resample_bootstrap)
export(resample_partition)
export(resample_permutation)
export(rmse)
export(rsae)
export(rsquare)
export(seq_range)
export(spread_predictions)
export(spread_residuals)
export(typical)
import(rlang)
importFrom(broom,tidy)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(stats,quantile)
importFrom(tibble,obj_sum)