-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.86 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
69
70
# Generated by roxygen2: do not edit by hand
S3method(bake,step_adstock)
S3method(bake,step_saturation)
S3method(predict,ulam)
S3method(prep,step_adstock)
S3method(prep,step_saturation)
S3method(print,step_adstock)
S3method(print,step_saturation)
S3method(tunable,step_adstock)
S3method(tunable,step_saturation)
export(add_fourier_vars)
export(add_groups_and_sort)
export(add_steps_media)
export(adjust_workflow_for_groups_not_in_data)
export(assemble_workflow)
export(asymptote)
export(bake.step_adstock)
export(bake.step_saturation)
export(bulk_add_role)
export(bulk_update_role)
export(check_if_needs_tune)
export(create_dials_from_wf_and_controls)
export(create_formula)
export(create_recipe)
export(create_ulam_list)
export(get_adstock)
export(get_control)
export(get_decomps_irregardless)
export(get_id_vector)
export(get_outcome_vector)
export(get_predictors_vector)
export(get_train_saturation)
export(make_bound_statements)
export(make_list_of_fft_formulae)
export(make_list_of_rands_formula)
export(make_prior_statements)
export(predict.ulam)
export(prep.step_adstock)
export(prep.step_saturation)
export(print.step_adstock)
export(print.step_saturation)
export(rename_columns_per_controls)
export(retention)
export(saturation_speed)
export(step_adstock)
export(step_adstock_new)
export(step_saturation)
export(step_saturation_new)
export(tunable.step_adstock)
export(tunable.step_saturation)
importFrom(dials,new_quant_param)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(rethinking,link)
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(stats,predict)
importFrom(tune,finalize_recipe)
importFrom(tune,tunable)
importFrom(workflows,workflow)