-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
64 lines (63 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
S3method(calculate_aic,default)
S3method(calculate_aic,list)
S3method(calculate_aic,trending_fit)
S3method(calculate_aic,trending_fit_tbl)
S3method(calculate_aic,trending_model)
S3method(calculate_mae,default)
S3method(calculate_mae,list)
S3method(calculate_mae,trending_fit)
S3method(calculate_mae,trending_fit_tbl)
S3method(calculate_mae,trending_model)
S3method(calculate_mae,trending_predict)
S3method(calculate_mae,trending_predict_tbl)
S3method(calculate_mae,trending_prediction)
S3method(calculate_rmse,default)
S3method(calculate_rmse,list)
S3method(calculate_rmse,trending_fit)
S3method(calculate_rmse,trending_fit_tbl)
S3method(calculate_rmse,trending_model)
S3method(calculate_rmse,trending_predict)
S3method(calculate_rmse,trending_predict_tbl)
S3method(calculate_rmse,trending_prediction)
S3method(calculate_rsq,default)
S3method(calculate_rsq,list)
S3method(calculate_rsq,trending_fit)
S3method(calculate_rsq,trending_fit_tbl)
S3method(calculate_rsq,trending_model)
S3method(calculate_rsq,trending_predict)
S3method(calculate_rsq,trending_predict_tbl)
S3method(calculate_rsq,trending_prediction)
S3method(evaluate_aic,default)
S3method(evaluate_aic,list)
S3method(evaluate_aic,trending_model)
S3method(evaluate_resampling,default)
S3method(evaluate_resampling,list)
S3method(evaluate_resampling,trending_model)
S3method(summary,trendeval_resampling)
export(brm_model)
export(calculate_aic)
export(calculate_mae)
export(calculate_rmse)
export(calculate_rsq)
export(evaluate_aic)
export(evaluate_resampling)
export(glm_model)
export(glm_nb_model)
export(lm_model)
importFrom(stats,predict)
importFrom(tibble,tibble)
importFrom(trending,brm_model)
importFrom(trending,fit)
importFrom(trending,get_estimate)
importFrom(trending,get_fitted_data)
importFrom(trending,get_fitted_model)
importFrom(trending,get_response)
importFrom(trending,get_result)
importFrom(trending,glm_model)
importFrom(trending,glm_nb_model)
importFrom(trending,lm_model)
importFrom(utils,getFromNamespace)
importFrom(yardstick,mae_vec)
importFrom(yardstick,rmse_vec)
importFrom(yardstick,rsq_vec)